Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4233
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4232",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4233,
    "results": [
        {
            "start": 874538296,
            "stop": 874538520
        },
        {
            "start": 874538580,
            "stop": 874539000
        },
        {
            "start": 874539060,
            "stop": 874539240
        },
        {
            "start": 874539300,
            "stop": 874539420
        },
        {
            "start": 874539780,
            "stop": 874539840
        },
        {
            "start": 874539900,
            "stop": 874540140
        },
        {
            "start": 874540200,
            "stop": 874540260
        },
        {
            "start": 874540440,
            "stop": 874540496
        },
        {
            "start": 874540616,
            "stop": 874540620
        },
        {
            "start": 874540680,
            "stop": 874540860
        },
        {
            "start": 874540980,
            "stop": 874541093
        },
        {
            "start": 874541112,
            "stop": 874541157
        },
        {
            "start": 874541177,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874541400
        },
        {
            "start": 874541520,
            "stop": 874541580
        },
        {
            "start": 874541700,
            "stop": 874541753
        },
        {
            "start": 874541820,
            "stop": 874541859
        },
        {
            "start": 874541878,
            "stop": 874541880
        },
        {
            "start": 874542180,
            "stop": 874542209
        },
        {
            "start": 874542228,
            "stop": 874542240
        }
    ]
}