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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5816",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5817,
    "results": [
        {
            "start": 874705840,
            "stop": 874705859
        },
        {
            "start": 874705863,
            "stop": 874705896
        },
        {
            "start": 874705899,
            "stop": 874705918
        },
        {
            "start": 874705922,
            "stop": 874705940
        },
        {
            "start": 874705948,
            "stop": 874705950
        },
        {
            "start": 874705953,
            "stop": 874706032
        },
        {
            "start": 874706035,
            "stop": 874706045
        },
        {
            "start": 874706048,
            "stop": 874706055
        },
        {
            "start": 874706059,
            "stop": 874706102
        },
        {
            "start": 874706105,
            "stop": 874706113
        },
        {
            "start": 874706117,
            "stop": 874706125
        },
        {
            "start": 874706128,
            "stop": 874706132
        },
        {
            "start": 874706135,
            "stop": 874706154
        },
        {
            "start": 874706157,
            "stop": 874706186
        },
        {
            "start": 874706189,
            "stop": 874706191
        },
        {
            "start": 874706195,
            "stop": 874706198
        },
        {
            "start": 874706202,
            "stop": 874706206
        },
        {
            "start": 874706209,
            "stop": 874706275
        },
        {
            "start": 874706279,
            "stop": 874706355
        },
        {
            "start": 874706358,
            "stop": 874706367
        }
    ]
}