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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6523",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6524,
    "results": [
        {
            "start": 874293899,
            "stop": 874294320
        },
        {
            "start": 874294321,
            "stop": 874294446
        },
        {
            "start": 874294447,
            "stop": 874294557
        },
        {
            "start": 874294559,
            "stop": 874295339
        },
        {
            "start": 874295340,
            "stop": 874295363
        },
        {
            "start": 874295364,
            "stop": 874295437
        },
        {
            "start": 874295438,
            "stop": 874295506
        },
        {
            "start": 874295507,
            "stop": 874295762
        },
        {
            "start": 874295763,
            "stop": 874296098
        },
        {
            "start": 874296099,
            "stop": 874296143
        },
        {
            "start": 874296144,
            "stop": 874297195
        },
        {
            "start": 874297196,
            "stop": 874297302
        },
        {
            "start": 874297303,
            "stop": 874297381
        },
        {
            "start": 874297382,
            "stop": 874297833
        },
        {
            "start": 874297835,
            "stop": 874298822
        },
        {
            "start": 874298823,
            "stop": 874298904
        },
        {
            "start": 874298905,
            "stop": 874298952
        },
        {
            "start": 874298953,
            "stop": 874299139
        },
        {
            "start": 874299140,
            "stop": 874299325
        },
        {
            "start": 874299326,
            "stop": 874299382
        }
    ]
}