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=4964
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=4965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4963",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4964,
    "results": [
        {
            "start": 874390010,
            "stop": 874390022
        },
        {
            "start": 874390056,
            "stop": 874390091
        },
        {
            "start": 874390110,
            "stop": 874390125
        },
        {
            "start": 874390144,
            "stop": 874390197
        },
        {
            "start": 874390216,
            "stop": 874390282
        },
        {
            "start": 874390304,
            "stop": 874390352
        },
        {
            "start": 874390371,
            "stop": 874390378
        },
        {
            "start": 874390397,
            "stop": 874390470
        },
        {
            "start": 874390503,
            "stop": 874390767
        },
        {
            "start": 874390786,
            "stop": 874390794
        },
        {
            "start": 874390814,
            "stop": 874390880
        },
        {
            "start": 874390899,
            "stop": 874390929
        },
        {
            "start": 874390948,
            "stop": 874390971
        },
        {
            "start": 874390990,
            "stop": 874391002
        },
        {
            "start": 874391021,
            "stop": 874391120
        },
        {
            "start": 874391139,
            "stop": 874391164
        },
        {
            "start": 874391183,
            "stop": 874391334
        },
        {
            "start": 874391353,
            "stop": 874391392
        },
        {
            "start": 874391411,
            "stop": 874391472
        },
        {
            "start": 874391491,
            "stop": 874391538
        }
    ]
}