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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=418",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 419,
    "results": [
        {
            "start": 865866711,
            "stop": 865876507
        },
        {
            "start": 865877681,
            "stop": 865885218
        },
        {
            "start": 865886115,
            "stop": 865887816
        },
        {
            "start": 865887911,
            "stop": 865893492
        },
        {
            "start": 865897984,
            "stop": 865949835
        },
        {
            "start": 865950246,
            "stop": 865957875
        },
        {
            "start": 865958043,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032224
        },
        {
            "start": 866032695,
            "stop": 866071159
        },
        {
            "start": 866071162,
            "stop": 866076126
        },
        {
            "start": 866076130,
            "stop": 866076135
        },
        {
            "start": 866076139,
            "stop": 866076612
        },
        {
            "start": 866076616,
            "stop": 866076796
        },
        {
            "start": 866076800,
            "stop": 866076842
        },
        {
            "start": 866076846,
            "stop": 866076881
        },
        {
            "start": 866076885,
            "stop": 866076962
        },
        {
            "start": 866076966,
            "stop": 866077131
        }
    ]
}