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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7127",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7128,
    "results": [
        {
            "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
        },
        {
            "start": 874299383,
            "stop": 874300697
        },
        {
            "start": 874300699,
            "stop": 874300729
        },
        {
            "start": 874300730,
            "stop": 874300740
        },
        {
            "start": 874300741,
            "stop": 874300869
        },
        {
            "start": 874300870,
            "stop": 874301102
        },
        {
            "start": 874301103,
            "stop": 874302146
        },
        {
            "start": 874302147,
            "stop": 874302231
        },
        {
            "start": 874302232,
            "stop": 874302476
        }
    ]
}