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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6184",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6185,
    "results": [
        {
            "start": 874474699,
            "stop": 874474847
        },
        {
            "start": 874474848,
            "stop": 874475705
        },
        {
            "start": 874475706,
            "stop": 874476130
        },
        {
            "start": 874476132,
            "stop": 874476836
        },
        {
            "start": 874476839,
            "stop": 874476865
        },
        {
            "start": 874476874,
            "stop": 874476926
        },
        {
            "start": 874476936,
            "stop": 874476938
        },
        {
            "start": 874476941,
            "stop": 874478086
        },
        {
            "start": 874478089,
            "stop": 874478116
        },
        {
            "start": 874478119,
            "stop": 874479664
        },
        {
            "start": 874479665,
            "stop": 874480013
        },
        {
            "start": 874480014,
            "stop": 874480553
        },
        {
            "start": 874480556,
            "stop": 874480674
        },
        {
            "start": 874480679,
            "stop": 874480683
        },
        {
            "start": 874480686,
            "stop": 874480810
        },
        {
            "start": 874480813,
            "stop": 874480951
        },
        {
            "start": 874480957,
            "stop": 874481073
        },
        {
            "start": 874481074,
            "stop": 874481158
        },
        {
            "start": 874481161,
            "stop": 874481191
        },
        {
            "start": 874481194,
            "stop": 874481226
        }
    ]
}