Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=163
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 163,
    "results": [
        {
            "start": 1419872331,
            "stop": 1419872419
        },
        {
            "start": 1419881694,
            "stop": 1419886876
        },
        {
            "start": 1419901207,
            "stop": 1419904595
        },
        {
            "start": 1419904598,
            "stop": 1419919841
        },
        {
            "start": 1419919844,
            "stop": 1419937990
        },
        {
            "start": 1419937991,
            "stop": 1419944438
        },
        {
            "start": 1419944441,
            "stop": 1419948266
        },
        {
            "start": 1419948270,
            "stop": 1419952806
        },
        {
            "start": 1419953125,
            "stop": 1419953913
        },
        {
            "start": 1419953915,
            "stop": 1419954238
        },
        {
            "start": 1419954242,
            "stop": 1419957613
        },
        {
            "start": 1419957618,
            "stop": 1419968099
        },
        {
            "start": 1419968103,
            "stop": 1419981659
        },
        {
            "start": 1419981664,
            "stop": 1419985569
        },
        {
            "start": 1419985574,
            "stop": 1419987215
        },
        {
            "start": 1419987219,
            "stop": 1419991693
        },
        {
            "start": 1419998519,
            "stop": 1420011226
        },
        {
            "start": 1420011229,
            "stop": 1420011852
        },
        {
            "start": 1420011854,
            "stop": 1420017178
        },
        {
            "start": 1420017183,
            "stop": 1420047038
        }
    ]
}