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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4989",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4990,
    "results": [
        {
            "start": 874448944,
            "stop": 874448946
        },
        {
            "start": 874448965,
            "stop": 874449003
        },
        {
            "start": 874449026,
            "stop": 874449029
        },
        {
            "start": 874449048,
            "stop": 874449075
        },
        {
            "start": 874449096,
            "stop": 874449101
        },
        {
            "start": 874449137,
            "stop": 874449176
        },
        {
            "start": 874449208,
            "stop": 874449249
        },
        {
            "start": 874449285,
            "stop": 874449309
        },
        {
            "start": 874449328,
            "stop": 874449453
        },
        {
            "start": 874449472,
            "stop": 874449498
        },
        {
            "start": 874449549,
            "stop": 874449637
        },
        {
            "start": 874449658,
            "stop": 874449769
        },
        {
            "start": 874449793,
            "stop": 874449848
        },
        {
            "start": 874449867,
            "stop": 874449950
        },
        {
            "start": 874449969,
            "stop": 874449974
        },
        {
            "start": 874449994,
            "stop": 874450030
        },
        {
            "start": 874450049,
            "stop": 874450074
        },
        {
            "start": 874450108,
            "stop": 874450125
        },
        {
            "start": 874450161,
            "stop": 874450238
        },
        {
            "start": 874450258,
            "stop": 874450323
        }
    ]
}