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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8380",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8381,
    "results": [
        {
            "start": 874841341,
            "stop": 874841634
        },
        {
            "start": 874841651,
            "stop": 874841820
        },
        {
            "start": 874841884,
            "stop": 874841897
        },
        {
            "start": 874841917,
            "stop": 874842769
        },
        {
            "start": 874842789,
            "stop": 874842799
        },
        {
            "start": 874842854,
            "stop": 874843261
        },
        {
            "start": 874843280,
            "stop": 874843294
        },
        {
            "start": 874843313,
            "stop": 874843450
        },
        {
            "start": 874843482,
            "stop": 874843560
        },
        {
            "start": 874843580,
            "stop": 874843620
        },
        {
            "start": 874843680,
            "stop": 874843883
        },
        {
            "start": 874843902,
            "stop": 874843920
        },
        {
            "start": 874844040,
            "stop": 874844134
        },
        {
            "start": 874844151,
            "stop": 874844778
        },
        {
            "start": 874844803,
            "stop": 874845371
        },
        {
            "start": 874846128,
            "stop": 874846620
        },
        {
            "start": 874846860,
            "stop": 874846876
        },
        {
            "start": 874846896,
            "stop": 874846920
        },
        {
            "start": 874865711,
            "stop": 874865715
        },
        {
            "start": 874865772,
            "stop": 874865799
        }
    ]
}