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=6540
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=6541",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6539",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6540,
    "results": [
        {
            "start": 874369050,
            "stop": 874369147
        },
        {
            "start": 874369148,
            "stop": 874369282
        },
        {
            "start": 874369283,
            "stop": 874369378
        },
        {
            "start": 874369379,
            "stop": 874369563
        },
        {
            "start": 874369564,
            "stop": 874369613
        },
        {
            "start": 874369615,
            "stop": 874370287
        },
        {
            "start": 874370288,
            "stop": 874370461
        },
        {
            "start": 874370462,
            "stop": 874370482
        },
        {
            "start": 874370484,
            "stop": 874370487
        },
        {
            "start": 874370489,
            "stop": 874370758
        },
        {
            "start": 874370759,
            "stop": 874370957
        },
        {
            "start": 874370958,
            "stop": 874371075
        },
        {
            "start": 874371077,
            "stop": 874371127
        },
        {
            "start": 874371129,
            "stop": 874371161
        },
        {
            "start": 874371162,
            "stop": 874371559
        },
        {
            "start": 874371560,
            "stop": 874371918
        },
        {
            "start": 874371920,
            "stop": 874372387
        },
        {
            "start": 874372389,
            "stop": 874372590
        },
        {
            "start": 874372591,
            "stop": 874372756
        },
        {
            "start": 874372757,
            "stop": 874372826
        }
    ]
}