Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6697
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6696",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6697,
    "results": [
        {
            "start": 875228822,
            "stop": 875228831
        },
        {
            "start": 875228833,
            "stop": 875228900
        },
        {
            "start": 875228902,
            "stop": 875229226
        },
        {
            "start": 875229227,
            "stop": 875229304
        },
        {
            "start": 875229305,
            "stop": 875229553
        },
        {
            "start": 875229555,
            "stop": 875229760
        },
        {
            "start": 875229761,
            "stop": 875230283
        },
        {
            "start": 875230284,
            "stop": 875230286
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}