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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=34",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 35,
    "results": [
        {
            "start": 820430905,
            "stop": 820450993
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820453943
        },
        {
            "start": 820453944,
            "stop": 820464110
        },
        {
            "start": 820464111,
            "stop": 820476462
        },
        {
            "start": 820476469,
            "stop": 820476519
        },
        {
            "start": 820476526,
            "stop": 820476965
        },
        {
            "start": 820476972,
            "stop": 820477030
        },
        {
            "start": 820477037,
            "stop": 820477542
        },
        {
            "start": 820477549,
            "stop": 820477665
        },
        {
            "start": 820477672,
            "stop": 820488044
        },
        {
            "start": 820488056,
            "stop": 820518143
        },
        {
            "start": 820518451,
            "stop": 820523872
        },
        {
            "start": 820524743,
            "stop": 820539409
        },
        {
            "start": 820540066,
            "stop": 820541004
        },
        {
            "start": 820541012,
            "stop": 820541015
        },
        {
            "start": 820541023,
            "stop": 820541033
        },
        {
            "start": 820541041,
            "stop": 820541046
        },
        {
            "start": 820541054,
            "stop": 820544860
        },
        {
            "start": 820545542,
            "stop": 820554555
        }
    ]
}