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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=49",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 50,
    "results": [
        {
            "start": 817144566,
            "stop": 817147014
        },
        {
            "start": 817147020,
            "stop": 817147652
        },
        {
            "start": 817147772,
            "stop": 817148520
        },
        {
            "start": 817148580,
            "stop": 817148777
        },
        {
            "start": 817148780,
            "stop": 817149237
        },
        {
            "start": 817149254,
            "stop": 817149375
        },
        {
            "start": 817149378,
            "stop": 817149681
        },
        {
            "start": 817149685,
            "stop": 817150083
        },
        {
            "start": 817150086,
            "stop": 817150139
        },
        {
            "start": 817150142,
            "stop": 817150347
        },
        {
            "start": 817150354,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817150577
        },
        {
            "start": 817150580,
            "stop": 817151940
        },
        {
            "start": 817152133,
            "stop": 817152137
        },
        {
            "start": 817152257,
            "stop": 817152539
        },
        {
            "start": 817152791,
            "stop": 817153009
        },
        {
            "start": 817153012,
            "stop": 817155032
        },
        {
            "start": 817155152,
            "stop": 817156980
        },
        {
            "start": 817157040,
            "stop": 817157868
        },
        {
            "start": 817157988,
            "stop": 817159531
        }
    ]
}