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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8660",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8661,
    "results": [
        {
            "start": 871714417,
            "stop": 871714432
        },
        {
            "start": 871714449,
            "stop": 871714487
        },
        {
            "start": 871714504,
            "stop": 871714505
        },
        {
            "start": 871714522,
            "stop": 871714526
        },
        {
            "start": 871714543,
            "stop": 871714583
        },
        {
            "start": 871714608,
            "stop": 871714652
        },
        {
            "start": 871714673,
            "stop": 871714778
        },
        {
            "start": 871714796,
            "stop": 871714827
        },
        {
            "start": 871714844,
            "stop": 871715086
        },
        {
            "start": 871715103,
            "stop": 871715110
        },
        {
            "start": 871715127,
            "stop": 871715180
        },
        {
            "start": 871715197,
            "stop": 871715241
        },
        {
            "start": 871715258,
            "stop": 871715314
        },
        {
            "start": 871715331,
            "stop": 871715421
        },
        {
            "start": 871715438,
            "stop": 871715454
        },
        {
            "start": 871715471,
            "stop": 871716102
        },
        {
            "start": 871716119,
            "stop": 871716219
        },
        {
            "start": 871716236,
            "stop": 871716516
        },
        {
            "start": 871716646,
            "stop": 871716822
        },
        {
            "start": 871716839,
            "stop": 871716896
        }
    ]
}