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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3501",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3502,
    "results": [
        {
            "start": 871288821,
            "stop": 871289241
        },
        {
            "start": 871289261,
            "stop": 871289280
        },
        {
            "start": 871289297,
            "stop": 871289364
        },
        {
            "start": 871289410,
            "stop": 871289412
        },
        {
            "start": 871289429,
            "stop": 871289569
        },
        {
            "start": 871289967,
            "stop": 871290000
        },
        {
            "start": 871290060,
            "stop": 871290128
        },
        {
            "start": 871296803,
            "stop": 871296900
        },
        {
            "start": 871297020,
            "stop": 871297080
        },
        {
            "start": 871297140,
            "stop": 871297176
        },
        {
            "start": 871297193,
            "stop": 871297200
        },
        {
            "start": 871297320,
            "stop": 871297380
        },
        {
            "start": 871298112,
            "stop": 871298147
        },
        {
            "start": 871298164,
            "stop": 871298220
        },
        {
            "start": 871298280,
            "stop": 871298340
        },
        {
            "start": 871298462,
            "stop": 871298520
        },
        {
            "start": 871298580,
            "stop": 871298624
        },
        {
            "start": 871298641,
            "stop": 871298995
        },
        {
            "start": 871299060,
            "stop": 871299085
        },
        {
            "start": 871299102,
            "stop": 871300038
        }
    ]
}