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=4295
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=4296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4294",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4295,
    "results": [
        {
            "start": 874663010,
            "stop": 874663026
        },
        {
            "start": 874663045,
            "stop": 874663088
        },
        {
            "start": 874663107,
            "stop": 874663112
        },
        {
            "start": 874663131,
            "stop": 874663207
        },
        {
            "start": 874663226,
            "stop": 874663241
        },
        {
            "start": 874663260,
            "stop": 874663362
        },
        {
            "start": 874663399,
            "stop": 874663402
        },
        {
            "start": 874663422,
            "stop": 874663509
        },
        {
            "start": 874663529,
            "stop": 874663548
        },
        {
            "start": 874663567,
            "stop": 874663649
        },
        {
            "start": 874663668,
            "stop": 874663751
        },
        {
            "start": 874663770,
            "stop": 874663867
        },
        {
            "start": 874663887,
            "stop": 874663889
        },
        {
            "start": 874663908,
            "stop": 874663963
        },
        {
            "start": 874663997,
            "stop": 874664103
        },
        {
            "start": 874664122,
            "stop": 874664234
        },
        {
            "start": 874664253,
            "stop": 874664306
        },
        {
            "start": 874664325,
            "stop": 874664455
        },
        {
            "start": 874664474,
            "stop": 874664490
        },
        {
            "start": 874664509,
            "stop": 874664531
        }
    ]
}