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_CBCLOW_CAT2/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=95",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 96,
    "results": [
        {
            "start": 818069886,
            "stop": 818069894
        },
        {
            "start": 818069947,
            "stop": 818069952
        },
        {
            "start": 818069966,
            "stop": 818069968
        },
        {
            "start": 818069982,
            "stop": 818069987
        },
        {
            "start": 818070000,
            "stop": 818070005
        },
        {
            "start": 818070013,
            "stop": 818070014
        },
        {
            "start": 818070032,
            "stop": 818070036
        },
        {
            "start": 818070056,
            "stop": 818070063
        },
        {
            "start": 818070091,
            "stop": 818070099
        },
        {
            "start": 818070111,
            "stop": 818070116
        },
        {
            "start": 818070124,
            "stop": 818070134
        },
        {
            "start": 818070142,
            "stop": 818070146
        },
        {
            "start": 818070157,
            "stop": 818070161
        },
        {
            "start": 818070169,
            "stop": 818070172
        },
        {
            "start": 818070181,
            "stop": 818070186
        },
        {
            "start": 818070208,
            "stop": 818070218
        },
        {
            "start": 818070228,
            "stop": 818070230
        },
        {
            "start": 818070294,
            "stop": 818070297
        },
        {
            "start": 818070319,
            "stop": 818070320
        },
        {
            "start": 818070344,
            "stop": 818070361
        }
    ]
}