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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=337",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 338,
    "results": [
        {
            "start": 818844826,
            "stop": 818844829
        },
        {
            "start": 818844894,
            "stop": 818844916
        },
        {
            "start": 818845097,
            "stop": 818845146
        },
        {
            "start": 818845166,
            "stop": 818845205
        },
        {
            "start": 818845257,
            "stop": 818845260
        },
        {
            "start": 818845310,
            "stop": 818845311
        },
        {
            "start": 818845331,
            "stop": 818845352
        },
        {
            "start": 818845436,
            "stop": 818845440
        },
        {
            "start": 818845560,
            "stop": 818845576
        },
        {
            "start": 818845610,
            "stop": 818845640
        },
        {
            "start": 818845715,
            "stop": 818845720
        },
        {
            "start": 818845771,
            "stop": 818845808
        },
        {
            "start": 818845841,
            "stop": 818845850
        },
        {
            "start": 818845871,
            "stop": 818845887
        },
        {
            "start": 818845934,
            "stop": 818845935
        },
        {
            "start": 818846048,
            "stop": 818846057
        },
        {
            "start": 818846137,
            "stop": 818846154
        },
        {
            "start": 818846174,
            "stop": 818846192
        },
        {
            "start": 818846232,
            "stop": 818846258
        },
        {
            "start": 818846329,
            "stop": 818846461
        }
    ]
}