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/H1_CBCHIGH_CAT4/segments?format=api&page=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=315",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 316,
    "results": [
        {
            "start": 821233092,
            "stop": 821233920
        },
        {
            "start": 821233980,
            "stop": 821234527
        },
        {
            "start": 821234647,
            "stop": 821235636
        },
        {
            "start": 821235877,
            "stop": 821237204
        },
        {
            "start": 821237207,
            "stop": 821237308
        },
        {
            "start": 821237312,
            "stop": 821237820
        },
        {
            "start": 821237880,
            "stop": 821239225
        },
        {
            "start": 821239242,
            "stop": 821239250
        },
        {
            "start": 821240172,
            "stop": 821240608
        },
        {
            "start": 821240611,
            "stop": 821241180
        },
        {
            "start": 821241240,
            "stop": 821242380
        },
        {
            "start": 821242440,
            "stop": 821243340
        },
        {
            "start": 821243400,
            "stop": 821244023
        },
        {
            "start": 821244143,
            "stop": 821245814
        },
        {
            "start": 821245817,
            "stop": 821246023
        },
        {
            "start": 821246026,
            "stop": 821246652
        },
        {
            "start": 821246655,
            "stop": 821247996
        },
        {
            "start": 821248116,
            "stop": 821248159
        },
        {
            "start": 821248363,
            "stop": 821248435
        },
        {
            "start": 821248438,
            "stop": 821248784
        }
    ]
}