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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5293",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5294,
    "results": [
        {
            "start": 875049377,
            "stop": 875049446
        },
        {
            "start": 875049482,
            "stop": 875049566
        },
        {
            "start": 875049603,
            "stop": 875050240
        },
        {
            "start": 875050302,
            "stop": 875050464
        },
        {
            "start": 875050500,
            "stop": 875050655
        },
        {
            "start": 875050727,
            "stop": 875051071
        },
        {
            "start": 875051115,
            "stop": 875052683
        },
        {
            "start": 875052856,
            "stop": 875053187
        },
        {
            "start": 875053223,
            "stop": 875053730
        },
        {
            "start": 875053876,
            "stop": 875054403
        },
        {
            "start": 875054464,
            "stop": 875054507
        },
        {
            "start": 875054543,
            "stop": 875054762
        },
        {
            "start": 875054800,
            "stop": 875054907
        },
        {
            "start": 875054957,
            "stop": 875055163
        },
        {
            "start": 875055199,
            "stop": 875055444
        },
        {
            "start": 875055480,
            "stop": 875055483
        },
        {
            "start": 875055519,
            "stop": 875056121
        },
        {
            "start": 875056157,
            "stop": 875056198
        },
        {
            "start": 875056236,
            "stop": 875056359
        },
        {
            "start": 875056400,
            "stop": 875061244
        }
    ]
}