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=5932
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=5933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5931",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5932,
    "results": [
        {
            "start": 875200385,
            "stop": 875200447
        },
        {
            "start": 875201640,
            "stop": 875202963
        },
        {
            "start": 875202966,
            "stop": 875203669
        },
        {
            "start": 875203672,
            "stop": 875203980
        },
        {
            "start": 875203983,
            "stop": 875204030
        },
        {
            "start": 875204033,
            "stop": 875204035
        },
        {
            "start": 875204039,
            "stop": 875204104
        },
        {
            "start": 875204107,
            "stop": 875204153
        },
        {
            "start": 875204156,
            "stop": 875204352
        },
        {
            "start": 875204355,
            "stop": 875204441
        },
        {
            "start": 875204444,
            "stop": 875204690
        },
        {
            "start": 875204693,
            "stop": 875205006
        },
        {
            "start": 875205010,
            "stop": 875205039
        },
        {
            "start": 875205042,
            "stop": 875205200
        },
        {
            "start": 875205204,
            "stop": 875205351
        },
        {
            "start": 875205354,
            "stop": 875205355
        },
        {
            "start": 875205358,
            "stop": 875205394
        },
        {
            "start": 875205398,
            "stop": 875205431
        },
        {
            "start": 875205434,
            "stop": 875205435
        },
        {
            "start": 875205438,
            "stop": 875205466
        }
    ]
}