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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 62,
    "results": [
        {
            "start": 1258247362,
            "stop": 1258247495
        },
        {
            "start": 1258247498,
            "stop": 1258248116
        },
        {
            "start": 1258248117,
            "stop": 1258248722
        },
        {
            "start": 1258248723,
            "stop": 1258249570
        },
        {
            "start": 1258249574,
            "stop": 1258250938
        },
        {
            "start": 1258250943,
            "stop": 1258253570
        },
        {
            "start": 1258253572,
            "stop": 1258259171
        },
        {
            "start": 1258259174,
            "stop": 1258259478
        },
        {
            "start": 1258274014,
            "stop": 1258274374
        },
        {
            "start": 1258274379,
            "stop": 1258274939
        },
        {
            "start": 1258275379,
            "stop": 1258277164
        },
        {
            "start": 1258277493,
            "stop": 1258277959
        },
        {
            "start": 1258277962,
            "stop": 1258280464
        },
        {
            "start": 1258280468,
            "stop": 1258283219
        },
        {
            "start": 1258283220,
            "stop": 1258284681
        },
        {
            "start": 1258284686,
            "stop": 1258285430
        },
        {
            "start": 1258285435,
            "stop": 1258286269
        },
        {
            "start": 1258286272,
            "stop": 1258287508
        },
        {
            "start": 1258287513,
            "stop": 1258291804
        },
        {
            "start": 1258291808,
            "stop": 1258293215
        }
    ]
}