Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=303
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=302",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 303,
    "results": [
        {
            "start": 865982319,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032029
        },
        {
            "start": 866032695,
            "stop": 866075512
        },
        {
            "start": 866076012,
            "stop": 866078356
        },
        {
            "start": 866078466,
            "stop": 866078721
        },
        {
            "start": 866079021,
            "stop": 866079080
        },
        {
            "start": 866079190,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866083688
        },
        {
            "start": 866084438,
            "stop": 866086248
        },
        {
            "start": 866086548,
            "stop": 866087083
        },
        {
            "start": 866087193,
            "stop": 866087272
        },
        {
            "start": 866087689,
            "stop": 866098658
        },
        {
            "start": 866098660,
            "stop": 866099445
        },
        {
            "start": 866099809,
            "stop": 866110357
        },
        {
            "start": 866110467,
            "stop": 866110658
        },
        {
            "start": 866110958,
            "stop": 866110970
        },
        {
            "start": 866111343,
            "stop": 866112045
        },
        {
            "start": 866112155,
            "stop": 866112253
        }
    ]
}