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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=60",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 61,
    "results": [
        {
            "start": 822491166,
            "stop": 822491275
        },
        {
            "start": 822491277,
            "stop": 822491475
        },
        {
            "start": 822491477,
            "stop": 822491775
        },
        {
            "start": 822491778,
            "stop": 822492240
        },
        {
            "start": 822492242,
            "stop": 822493137
        },
        {
            "start": 822493588,
            "stop": 822494662
        },
        {
            "start": 822495278,
            "stop": 822497566
        },
        {
            "start": 822497569,
            "stop": 822497755
        },
        {
            "start": 822497758,
            "stop": 822497781
        },
        {
            "start": 822509795,
            "stop": 822510329
        },
        {
            "start": 822510331,
            "stop": 822510868
        },
        {
            "start": 822510871,
            "stop": 822511744
        },
        {
            "start": 822519820,
            "stop": 822519852
        },
        {
            "start": 822519855,
            "stop": 822520196
        },
        {
            "start": 822520198,
            "stop": 822520739
        },
        {
            "start": 822520741,
            "stop": 822523523
        },
        {
            "start": 822523525,
            "stop": 822526913
        },
        {
            "start": 822529857,
            "stop": 822529962
        },
        {
            "start": 822529965,
            "stop": 822530117
        },
        {
            "start": 822530119,
            "stop": 822530390
        }
    ]
}