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=8269
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=8270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8268",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8269,
    "results": [
        {
            "start": 873867143,
            "stop": 873867185
        },
        {
            "start": 873867240,
            "stop": 873867384
        },
        {
            "start": 873867417,
            "stop": 873867419
        },
        {
            "start": 873867472,
            "stop": 873867560
        },
        {
            "start": 873867579,
            "stop": 873867795
        },
        {
            "start": 873867814,
            "stop": 873868014
        },
        {
            "start": 873868034,
            "stop": 873868051
        },
        {
            "start": 873868078,
            "stop": 873868079
        },
        {
            "start": 873868113,
            "stop": 873868285
        },
        {
            "start": 873868302,
            "stop": 873868324
        },
        {
            "start": 873868343,
            "stop": 873868960
        },
        {
            "start": 873869003,
            "stop": 873869011
        },
        {
            "start": 873869031,
            "stop": 873869276
        },
        {
            "start": 873869313,
            "stop": 873870045
        },
        {
            "start": 873870092,
            "stop": 873870400
        },
        {
            "start": 873870419,
            "stop": 873870475
        },
        {
            "start": 873870495,
            "stop": 873873111
        },
        {
            "start": 873873128,
            "stop": 873873258
        },
        {
            "start": 873873276,
            "stop": 873875346
        },
        {
            "start": 873875363,
            "stop": 873875493
        }
    ]
}