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/L1_CBCHIGH_CAT4/segments?format=api&page=8302
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=8303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8301",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8302,
    "results": [
        {
            "start": 874138013,
            "stop": 874138066
        },
        {
            "start": 874138085,
            "stop": 874138289
        },
        {
            "start": 874138309,
            "stop": 874138355
        },
        {
            "start": 874138399,
            "stop": 874139121
        },
        {
            "start": 874139140,
            "stop": 874139169
        },
        {
            "start": 874139188,
            "stop": 874139901
        },
        {
            "start": 874139954,
            "stop": 874140073
        },
        {
            "start": 874140105,
            "stop": 874140458
        },
        {
            "start": 874140477,
            "stop": 874140505
        },
        {
            "start": 874140522,
            "stop": 874141138
        },
        {
            "start": 874141160,
            "stop": 874141272
        },
        {
            "start": 874141291,
            "stop": 874141460
        },
        {
            "start": 874141480,
            "stop": 874141693
        },
        {
            "start": 874141712,
            "stop": 874142400
        },
        {
            "start": 874142420,
            "stop": 874143060
        },
        {
            "start": 874143079,
            "stop": 874143485
        },
        {
            "start": 874143504,
            "stop": 874143754
        },
        {
            "start": 874143771,
            "stop": 874144111
        },
        {
            "start": 874144130,
            "stop": 874144221
        },
        {
            "start": 874144241,
            "stop": 874144957
        }
    ]
}