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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9814",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9815,
    "results": [
        {
            "start": 873667528,
            "stop": 873668040
        },
        {
            "start": 873668100,
            "stop": 873668106
        },
        {
            "start": 873668452,
            "stop": 873668646
        },
        {
            "start": 873668673,
            "stop": 873668680
        },
        {
            "start": 873669000,
            "stop": 873669512
        },
        {
            "start": 873669632,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669966
        },
        {
            "start": 873669988,
            "stop": 873670000
        },
        {
            "start": 873671769,
            "stop": 873671820
        },
        {
            "start": 873671880,
            "stop": 873672240
        },
        {
            "start": 873672300,
            "stop": 873672518
        },
        {
            "start": 873672535,
            "stop": 873673207
        },
        {
            "start": 873673224,
            "stop": 873673278
        },
        {
            "start": 873673295,
            "stop": 873675682
        },
        {
            "start": 873675703,
            "stop": 873675720
        },
        {
            "start": 873675780,
            "stop": 873676034
        },
        {
            "start": 873676051,
            "stop": 873676560
        },
        {
            "start": 873676564,
            "stop": 873677016
        },
        {
            "start": 873699420,
            "stop": 873699480
        },
        {
            "start": 873700260,
            "stop": 873700320
        }
    ]
}