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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=257",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 258,
    "results": [
        {
            "start": 817872228,
            "stop": 817872287
        },
        {
            "start": 817872329,
            "stop": 817872346
        },
        {
            "start": 817872349,
            "stop": 817872397
        },
        {
            "start": 817872401,
            "stop": 817872450
        },
        {
            "start": 817873410,
            "stop": 817873425
        },
        {
            "start": 817873430,
            "stop": 817873435
        },
        {
            "start": 817873455,
            "stop": 817873463
        },
        {
            "start": 817873482,
            "stop": 817873591
        },
        {
            "start": 817873636,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817874697
        },
        {
            "start": 817874701,
            "stop": 817874769
        },
        {
            "start": 817874772,
            "stop": 817874779
        },
        {
            "start": 817874798,
            "stop": 817874813
        },
        {
            "start": 817874816,
            "stop": 817874817
        },
        {
            "start": 817874820,
            "stop": 817874823
        },
        {
            "start": 817874826,
            "stop": 817874870
        },
        {
            "start": 817874889,
            "stop": 817874906
        },
        {
            "start": 817874910,
            "stop": 817874917
        },
        {
            "start": 817874920,
            "stop": 817874932
        },
        {
            "start": 817874938,
            "stop": 817874963
        }
    ]
}