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/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=379
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=378",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 379,
    "results": [
        {
            "start": 865982319,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032029
        },
        {
            "start": 866032695,
            "stop": 866038084
        },
        {
            "start": 866038108,
            "stop": 866049939
        },
        {
            "start": 866049963,
            "stop": 866049964
        },
        {
            "start": 866049986,
            "stop": 866051254
        },
        {
            "start": 866051276,
            "stop": 866053471
        },
        {
            "start": 866053490,
            "stop": 866075512
        },
        {
            "start": 866076012,
            "stop": 866078070
        },
        {
            "start": 866078130,
            "stop": 866078310
        },
        {
            "start": 866078466,
            "stop": 866078721
        },
        {
            "start": 866079021,
            "stop": 866079080
        },
        {
            "start": 866079190,
            "stop": 866079300
        },
        {
            "start": 866079371,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866083688
        },
        {
            "start": 866084438,
            "stop": 866086248
        },
        {
            "start": 866086548,
            "stop": 866087083
        },
        {
            "start": 866087193,
            "stop": 866087272
        }
    ]
}