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=7307
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=7308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7306",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7307,
    "results": [
        {
            "start": 875126751,
            "stop": 875126884
        },
        {
            "start": 875126886,
            "stop": 875126926
        },
        {
            "start": 875126927,
            "stop": 875126930
        },
        {
            "start": 875126932,
            "stop": 875126992
        },
        {
            "start": 875126993,
            "stop": 875127029
        },
        {
            "start": 875127030,
            "stop": 875127237
        },
        {
            "start": 875127238,
            "stop": 875128233
        },
        {
            "start": 875128234,
            "stop": 875128439
        },
        {
            "start": 875128440,
            "stop": 875128886
        },
        {
            "start": 875128887,
            "stop": 875128927
        },
        {
            "start": 875128928,
            "stop": 875129942
        },
        {
            "start": 875129943,
            "stop": 875130278
        },
        {
            "start": 875130280,
            "stop": 875130508
        },
        {
            "start": 875130509,
            "stop": 875130695
        },
        {
            "start": 875130696,
            "stop": 875130869
        },
        {
            "start": 875130871,
            "stop": 875131025
        },
        {
            "start": 875131027,
            "stop": 875131691
        },
        {
            "start": 875131692,
            "stop": 875132055
        },
        {
            "start": 875132056,
            "stop": 875132153
        },
        {
            "start": 875132154,
            "stop": 875132254
        }
    ]
}