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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4185",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4186,
    "results": [
        {
            "start": 874393012,
            "stop": 874393038
        },
        {
            "start": 874393058,
            "stop": 874393112
        },
        {
            "start": 874393131,
            "stop": 874393162
        },
        {
            "start": 874393181,
            "stop": 874393185
        },
        {
            "start": 874393204,
            "stop": 874393241
        },
        {
            "start": 874393260,
            "stop": 874393279
        },
        {
            "start": 874393298,
            "stop": 874393441
        },
        {
            "start": 874393461,
            "stop": 874393708
        },
        {
            "start": 874393727,
            "stop": 874393766
        },
        {
            "start": 874393785,
            "stop": 874393907
        },
        {
            "start": 874393926,
            "stop": 874393989
        },
        {
            "start": 874394008,
            "stop": 874394014
        },
        {
            "start": 874394064,
            "stop": 874394099
        },
        {
            "start": 874394153,
            "stop": 874394191
        },
        {
            "start": 874394224,
            "stop": 874394284
        },
        {
            "start": 874394303,
            "stop": 874394831
        },
        {
            "start": 874394850,
            "stop": 874394894
        },
        {
            "start": 874394914,
            "stop": 874394933
        },
        {
            "start": 874394952,
            "stop": 874395016
        },
        {
            "start": 874395035,
            "stop": 874395043
        }
    ]
}