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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9088",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9089,
    "results": [
        {
            "start": 874684280,
            "stop": 874684347
        },
        {
            "start": 874684364,
            "stop": 874684469
        },
        {
            "start": 874684486,
            "stop": 874684496
        },
        {
            "start": 874684513,
            "stop": 874684564
        },
        {
            "start": 874684582,
            "stop": 874684671
        },
        {
            "start": 874684691,
            "stop": 874684809
        },
        {
            "start": 874684866,
            "stop": 874685023
        },
        {
            "start": 874685040,
            "stop": 874685314
        },
        {
            "start": 874685331,
            "stop": 874685429
        },
        {
            "start": 874685488,
            "stop": 874685540
        },
        {
            "start": 874685567,
            "stop": 874685601
        },
        {
            "start": 874685630,
            "stop": 874685664
        },
        {
            "start": 874685686,
            "stop": 874685724
        },
        {
            "start": 874685741,
            "stop": 874685769
        },
        {
            "start": 874685786,
            "stop": 874685823
        },
        {
            "start": 874685840,
            "stop": 874685855
        },
        {
            "start": 874685872,
            "stop": 874685882
        },
        {
            "start": 874685901,
            "stop": 874686128
        },
        {
            "start": 874686171,
            "stop": 874686183
        },
        {
            "start": 874686202,
            "stop": 874686628
        }
    ]
}