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/H1_BURST_CAT2E/segments?format=api&page=7211
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=7212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7210",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7211,
    "results": [
        {
            "start": 874681388,
            "stop": 874681408
        },
        {
            "start": 874681409,
            "stop": 874681459
        },
        {
            "start": 874681460,
            "stop": 874681663
        },
        {
            "start": 874681664,
            "stop": 874681798
        },
        {
            "start": 874681799,
            "stop": 874682049
        },
        {
            "start": 874682051,
            "stop": 874682251
        },
        {
            "start": 874682253,
            "stop": 874682580
        },
        {
            "start": 874682581,
            "stop": 874682642
        },
        {
            "start": 874682643,
            "stop": 874682669
        },
        {
            "start": 874682671,
            "stop": 874682750
        },
        {
            "start": 874682751,
            "stop": 874682825
        },
        {
            "start": 874682826,
            "stop": 874682941
        },
        {
            "start": 874682942,
            "stop": 874683055
        },
        {
            "start": 874683057,
            "stop": 874683252
        },
        {
            "start": 874683253,
            "stop": 874683328
        },
        {
            "start": 874683331,
            "stop": 874683398
        },
        {
            "start": 874683400,
            "stop": 874683479
        },
        {
            "start": 874683481,
            "stop": 874683496
        },
        {
            "start": 874683497,
            "stop": 874683907
        },
        {
            "start": 874683908,
            "stop": 874684051
        }
    ]
}