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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9920",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9921,
    "results": [
        {
            "start": 874823834,
            "stop": 874824143
        },
        {
            "start": 874824160,
            "stop": 874826843
        },
        {
            "start": 874826860,
            "stop": 874827736
        },
        {
            "start": 874827753,
            "stop": 874828380
        },
        {
            "start": 874828440,
            "stop": 874829212
        },
        {
            "start": 874829229,
            "stop": 874830390
        },
        {
            "start": 874830407,
            "stop": 874830904
        },
        {
            "start": 874830931,
            "stop": 874831979
        },
        {
            "start": 874831996,
            "stop": 874832986
        },
        {
            "start": 874833003,
            "stop": 874833858
        },
        {
            "start": 874833875,
            "stop": 874834980
        },
        {
            "start": 874835040,
            "stop": 874836000
        },
        {
            "start": 874836060,
            "stop": 874836432
        },
        {
            "start": 874836449,
            "stop": 874840216
        },
        {
            "start": 874840233,
            "stop": 874840458
        },
        {
            "start": 874840475,
            "stop": 874841160
        },
        {
            "start": 874841280,
            "stop": 874842479
        },
        {
            "start": 874842496,
            "stop": 874843393
        },
        {
            "start": 874843410,
            "stop": 874843620
        },
        {
            "start": 874843680,
            "stop": 874844430
        }
    ]
}