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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4965",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4966,
    "results": [
        {
            "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
        },
        {
            "start": 874395062,
            "stop": 874395065
        },
        {
            "start": 874395084,
            "stop": 874395111
        },
        {
            "start": 874395130,
            "stop": 874395136
        },
        {
            "start": 874395155,
            "stop": 874395158
        },
        {
            "start": 874395178,
            "stop": 874395207
        },
        {
            "start": 874395226,
            "stop": 874395302
        },
        {
            "start": 874395321,
            "stop": 874395358
        },
        {
            "start": 874395377,
            "stop": 874395408
        },
        {
            "start": 874395428,
            "stop": 874395451
        },
        {
            "start": 874395475,
            "stop": 874395588
        }
    ]
}