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=10305
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10304",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10305,
    "results": [
        {
            "start": 875222160,
            "stop": 875222328
        },
        {
            "start": 875222336,
            "stop": 875222640
        },
        {
            "start": 875222700,
            "stop": 875222760
        },
        {
            "start": 875222820,
            "stop": 875223023
        },
        {
            "start": 875223059,
            "stop": 875223147
        },
        {
            "start": 875223154,
            "stop": 875223188
        },
        {
            "start": 875223360,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875224614
        },
        {
            "start": 875224734,
            "stop": 875225280
        },
        {
            "start": 875225340,
            "stop": 875225760
        },
        {
            "start": 875225828,
            "stop": 875226900
        },
        {
            "start": 875226960,
            "stop": 875227245
        },
        {
            "start": 875227253,
            "stop": 875231130
        },
        {
            "start": 875231137,
            "stop": 875232014
        }
    ]
}