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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=26",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 27,
    "results": [
        {
            "start": 820509989,
            "stop": 820510675
        },
        {
            "start": 820512639,
            "stop": 820522062
        },
        {
            "start": 820522272,
            "stop": 820522531
        },
        {
            "start": 820522613,
            "stop": 820522780
        },
        {
            "start": 820525502,
            "stop": 820528762
        },
        {
            "start": 820537954,
            "stop": 820539408
        },
        {
            "start": 820541648,
            "stop": 820544857
        },
        {
            "start": 820546174,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820554556
        },
        {
            "start": 820556256,
            "stop": 820557420
        },
        {
            "start": 820558606,
            "stop": 820562897
        },
        {
            "start": 820563687,
            "stop": 820608084
        },
        {
            "start": 820608158,
            "stop": 820608185
        },
        {
            "start": 820608440,
            "stop": 820608622
        },
        {
            "start": 820609231,
            "stop": 820614879
        },
        {
            "start": 820615215,
            "stop": 820626138
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635250
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820695681
        }
    ]
}