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=3564
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=3565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3563",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3564,
    "results": [
        {
            "start": 871714796,
            "stop": 871714805
        },
        {
            "start": 871714844,
            "stop": 871714894
        },
        {
            "start": 871714911,
            "stop": 871715062
        },
        {
            "start": 871715108,
            "stop": 871715110
        },
        {
            "start": 871715127,
            "stop": 871715174
        },
        {
            "start": 871715197,
            "stop": 871715241
        },
        {
            "start": 871715258,
            "stop": 871715314
        },
        {
            "start": 871715331,
            "stop": 871715421
        },
        {
            "start": 871715438,
            "stop": 871715454
        },
        {
            "start": 871715471,
            "stop": 871715645
        },
        {
            "start": 871715662,
            "stop": 871716102
        },
        {
            "start": 871716120,
            "stop": 871716142
        },
        {
            "start": 871716159,
            "stop": 871716219
        },
        {
            "start": 871716236,
            "stop": 871716286
        },
        {
            "start": 871716303,
            "stop": 871716516
        },
        {
            "start": 871716533,
            "stop": 871716550
        },
        {
            "start": 871716567,
            "stop": 871716591
        },
        {
            "start": 871716611,
            "stop": 871716620
        },
        {
            "start": 871716646,
            "stop": 871716822
        },
        {
            "start": 871716839,
            "stop": 871716896
        }
    ]
}