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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=192",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 193,
    "results": [
        {
            "start": 931437790,
            "stop": 931437904
        },
        {
            "start": 931437906,
            "stop": 931437934
        },
        {
            "start": 931437936,
            "stop": 931438066
        },
        {
            "start": 931438068,
            "stop": 931438072
        },
        {
            "start": 931438074,
            "stop": 931438108
        },
        {
            "start": 931438110,
            "stop": 931438208
        },
        {
            "start": 931438210,
            "stop": 931438227
        },
        {
            "start": 931438229,
            "stop": 931438273
        },
        {
            "start": 931438275,
            "stop": 931438370
        },
        {
            "start": 931438372,
            "stop": 931438436
        },
        {
            "start": 931438438,
            "stop": 931438473
        },
        {
            "start": 931438475,
            "stop": 931438635
        },
        {
            "start": 931438637,
            "stop": 931438676
        },
        {
            "start": 931438678,
            "stop": 931438751
        },
        {
            "start": 931438753,
            "stop": 931438757
        },
        {
            "start": 931438759,
            "stop": 931438781
        },
        {
            "start": 931438783,
            "stop": 931438810
        },
        {
            "start": 931438812,
            "stop": 931438938
        },
        {
            "start": 931438940,
            "stop": 931439019
        },
        {
            "start": 931439024,
            "stop": 931439063
        }
    ]
}