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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=350",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 351,
    "results": [
        {
            "start": 818871163,
            "stop": 818871166
        },
        {
            "start": 818871186,
            "stop": 818871199
        },
        {
            "start": 818871266,
            "stop": 818871273
        },
        {
            "start": 818871293,
            "stop": 818871302
        },
        {
            "start": 818871360,
            "stop": 818871379
        },
        {
            "start": 818871398,
            "stop": 818871433
        },
        {
            "start": 818871598,
            "stop": 818871606
        },
        {
            "start": 818871626,
            "stop": 818871629
        },
        {
            "start": 818871669,
            "stop": 818871689
        },
        {
            "start": 818871709,
            "stop": 818871720
        },
        {
            "start": 818871825,
            "stop": 818871835
        },
        {
            "start": 818871903,
            "stop": 818871934
        },
        {
            "start": 818871937,
            "stop": 818871940
        },
        {
            "start": 818871947,
            "stop": 818871949
        },
        {
            "start": 818871953,
            "stop": 818871972
        },
        {
            "start": 818871992,
            "stop": 818872020
        },
        {
            "start": 818872040,
            "stop": 818872049
        },
        {
            "start": 818872068,
            "stop": 818872097
        },
        {
            "start": 818872123,
            "stop": 818872258
        },
        {
            "start": 818872354,
            "stop": 818872358
        }
    ]
}