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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=127",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 128,
    "results": [
        {
            "start": 931455982,
            "stop": 931456003
        },
        {
            "start": 931456005,
            "stop": 931456042
        },
        {
            "start": 931456045,
            "stop": 931456072
        },
        {
            "start": 931456074,
            "stop": 931456118
        },
        {
            "start": 931456120,
            "stop": 931456153
        },
        {
            "start": 931456154,
            "stop": 931456168
        },
        {
            "start": 931456170,
            "stop": 931456197
        },
        {
            "start": 931456198,
            "stop": 931456230
        },
        {
            "start": 931456239,
            "stop": 931456247
        },
        {
            "start": 931456254,
            "stop": 931456259
        },
        {
            "start": 931456261,
            "stop": 931456264
        },
        {
            "start": 931456265,
            "stop": 931456269
        },
        {
            "start": 931456273,
            "stop": 931456279
        },
        {
            "start": 931456283,
            "stop": 931456290
        },
        {
            "start": 931456293,
            "stop": 931456294
        },
        {
            "start": 931456296,
            "stop": 931456304
        },
        {
            "start": 931456306,
            "stop": 931456334
        },
        {
            "start": 931456336,
            "stop": 931456356
        },
        {
            "start": 931456359,
            "stop": 931456436
        },
        {
            "start": 931456438,
            "stop": 931456439
        }
    ]
}