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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8842",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8843,
    "results": [
        {
            "start": 874538100,
            "stop": 874538176
        },
        {
            "start": 874538296,
            "stop": 874538520
        },
        {
            "start": 874538580,
            "stop": 874539000
        },
        {
            "start": 874539060,
            "stop": 874539240
        },
        {
            "start": 874539300,
            "stop": 874539420
        },
        {
            "start": 874539780,
            "stop": 874539840
        },
        {
            "start": 874539900,
            "stop": 874539982
        },
        {
            "start": 874539999,
            "stop": 874540140
        },
        {
            "start": 874540200,
            "stop": 874540260
        },
        {
            "start": 874540453,
            "stop": 874540496
        },
        {
            "start": 874540680,
            "stop": 874540860
        },
        {
            "start": 874540980,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874541400
        },
        {
            "start": 874541520,
            "stop": 874541580
        },
        {
            "start": 874541700,
            "stop": 874541760
        },
        {
            "start": 874541820,
            "stop": 874541880
        },
        {
            "start": 874542180,
            "stop": 874542240
        },
        {
            "start": 874542670,
            "stop": 874542701
        },
        {
            "start": 874542718,
            "stop": 874542720
        },
        {
            "start": 874542780,
            "stop": 874542840
        }
    ]
}