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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10289",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10290,
    "results": [
        {
            "start": 875051115,
            "stop": 875052674
        },
        {
            "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": 875058458
        },
        {
            "start": 875058578,
            "stop": 875060218
        },
        {
            "start": 875060368,
            "stop": 875060977
        },
        {
            "start": 875061145,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875062672
        },
        {
            "start": 875062689,
            "stop": 875062736
        },
        {
            "start": 875062772,
            "stop": 875062990
        }
    ]
}