Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=210
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=209",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 210,
    "results": [
        {
            "start": 931452278,
            "stop": 931452294
        },
        {
            "start": 931452296,
            "stop": 931452308
        },
        {
            "start": 931452310,
            "stop": 931452320
        },
        {
            "start": 931452322,
            "stop": 931452323
        },
        {
            "start": 931452327,
            "stop": 931452339
        },
        {
            "start": 931452341,
            "stop": 931452370
        },
        {
            "start": 931452372,
            "stop": 931452382
        },
        {
            "start": 931452384,
            "stop": 931452416
        },
        {
            "start": 931452418,
            "stop": 931452472
        },
        {
            "start": 931452474,
            "stop": 931452475
        },
        {
            "start": 931452478,
            "stop": 931452489
        },
        {
            "start": 931452493,
            "stop": 931452498
        },
        {
            "start": 931452501,
            "stop": 931452518
        },
        {
            "start": 931452520,
            "stop": 931452534
        },
        {
            "start": 931452536,
            "stop": 931452539
        },
        {
            "start": 931452543,
            "stop": 931452545
        },
        {
            "start": 931452547,
            "stop": 931452550
        },
        {
            "start": 931452556,
            "stop": 931452562
        },
        {
            "start": 931452564,
            "stop": 931452608
        },
        {
            "start": 931452610,
            "stop": 931452635
        }
    ]
}