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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8272",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8273,
    "results": [
        {
            "start": 873895920,
            "stop": 873896199
        },
        {
            "start": 873896319,
            "stop": 873896581
        },
        {
            "start": 873896614,
            "stop": 873896656
        },
        {
            "start": 873896675,
            "stop": 873897330
        },
        {
            "start": 873897384,
            "stop": 873897544
        },
        {
            "start": 873897563,
            "stop": 873897580
        },
        {
            "start": 873897599,
            "stop": 873897723
        },
        {
            "start": 873897742,
            "stop": 873897792
        },
        {
            "start": 873897811,
            "stop": 873898701
        },
        {
            "start": 873898718,
            "stop": 873898725
        },
        {
            "start": 873898742,
            "stop": 873899148
        },
        {
            "start": 873899167,
            "stop": 873899400
        },
        {
            "start": 873899419,
            "stop": 873899760
        },
        {
            "start": 873899778,
            "stop": 873899788
        },
        {
            "start": 873899805,
            "stop": 873899836
        },
        {
            "start": 873899853,
            "stop": 873900837
        },
        {
            "start": 873900856,
            "stop": 873901068
        },
        {
            "start": 873901087,
            "stop": 873901246
        },
        {
            "start": 873901265,
            "stop": 873901652
        },
        {
            "start": 873901674,
            "stop": 873902968
        }
    ]
}