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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=157",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 158,
    "results": [
        {
            "start": 819119774,
            "stop": 819119999
        },
        {
            "start": 819120119,
            "stop": 819120209
        },
        {
            "start": 819120212,
            "stop": 819121472
        },
        {
            "start": 819121504,
            "stop": 819122006
        },
        {
            "start": 819122009,
            "stop": 819123497
        },
        {
            "start": 819123500,
            "stop": 819124580
        },
        {
            "start": 819124583,
            "stop": 819124596
        },
        {
            "start": 819124599,
            "stop": 819125248
        },
        {
            "start": 819125280,
            "stop": 819125482
        },
        {
            "start": 819125485,
            "stop": 819125988
        },
        {
            "start": 819125992,
            "stop": 819127502
        },
        {
            "start": 819127505,
            "stop": 819127648
        },
        {
            "start": 819127680,
            "stop": 819128820
        },
        {
            "start": 819128940,
            "stop": 819129690
        },
        {
            "start": 819129694,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        },
        {
            "start": 819145392,
            "stop": 819145485
        },
        {
            "start": 819145605,
            "stop": 819145805
        },
        {
            "start": 819145822,
            "stop": 819146173
        },
        {
            "start": 819146176,
            "stop": 819146413
        }
    ]
}