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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8320",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8321,
    "results": [
        {
            "start": 874269320,
            "stop": 874269714
        },
        {
            "start": 874269733,
            "stop": 874270176
        },
        {
            "start": 874270195,
            "stop": 874270431
        },
        {
            "start": 874270450,
            "stop": 874270455
        },
        {
            "start": 874270474,
            "stop": 874270756
        },
        {
            "start": 874270775,
            "stop": 874271145
        },
        {
            "start": 874271164,
            "stop": 874272057
        },
        {
            "start": 874272080,
            "stop": 874272083
        },
        {
            "start": 874272102,
            "stop": 874272140
        },
        {
            "start": 874272260,
            "stop": 874272283
        },
        {
            "start": 874272302,
            "stop": 874272321
        },
        {
            "start": 874272338,
            "stop": 874272373
        },
        {
            "start": 874272392,
            "stop": 874272598
        },
        {
            "start": 874272615,
            "stop": 874272617
        },
        {
            "start": 874272637,
            "stop": 874273286
        },
        {
            "start": 874273303,
            "stop": 874274137
        },
        {
            "start": 874274156,
            "stop": 874275120
        },
        {
            "start": 874275247,
            "stop": 874275256
        },
        {
            "start": 874275273,
            "stop": 874275294
        },
        {
            "start": 874275314,
            "stop": 874275327
        }
    ]
}