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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=74",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 75,
    "results": [
        {
            "start": 822497714,
            "stop": 822497754
        },
        {
            "start": 822509795,
            "stop": 822510406
        },
        {
            "start": 822510410,
            "stop": 822510893
        },
        {
            "start": 822510907,
            "stop": 822510932
        },
        {
            "start": 822510946,
            "stop": 822511109
        },
        {
            "start": 822511112,
            "stop": 822511744
        },
        {
            "start": 822519820,
            "stop": 822519856
        },
        {
            "start": 822519865,
            "stop": 822519881
        },
        {
            "start": 822519885,
            "stop": 822520286
        },
        {
            "start": 822520296,
            "stop": 822520330
        },
        {
            "start": 822520349,
            "stop": 822520354
        },
        {
            "start": 822520358,
            "stop": 822520378
        },
        {
            "start": 822520382,
            "stop": 822520403
        },
        {
            "start": 822520412,
            "stop": 822520418
        },
        {
            "start": 822520422,
            "stop": 822523105
        },
        {
            "start": 822523114,
            "stop": 822526694
        },
        {
            "start": 822526703,
            "stop": 822526885
        },
        {
            "start": 822526888,
            "stop": 822526960
        },
        {
            "start": 822526974,
            "stop": 822526985
        },
        {
            "start": 822526989,
            "stop": 822527033
        }
    ]
}