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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=278",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 279,
    "results": [
        {
            "start": 817991909,
            "stop": 817991957
        },
        {
            "start": 817991976,
            "stop": 817992044
        },
        {
            "start": 817992070,
            "stop": 817992076
        },
        {
            "start": 817992107,
            "stop": 817992118
        },
        {
            "start": 817992135,
            "stop": 817992155
        },
        {
            "start": 817992175,
            "stop": 817992265
        },
        {
            "start": 817992297,
            "stop": 817992417
        },
        {
            "start": 817992446,
            "stop": 817992476
        },
        {
            "start": 817992497,
            "stop": 817992547
        },
        {
            "start": 817992566,
            "stop": 817992572
        },
        {
            "start": 817992669,
            "stop": 817992680
        },
        {
            "start": 817992700,
            "stop": 817992705
        },
        {
            "start": 817992754,
            "stop": 817992775
        },
        {
            "start": 817992796,
            "stop": 817992839
        },
        {
            "start": 817992860,
            "stop": 817992910
        },
        {
            "start": 817992947,
            "stop": 817993003
        },
        {
            "start": 817993070,
            "stop": 817993087
        },
        {
            "start": 817993106,
            "stop": 817993121
        },
        {
            "start": 817993161,
            "stop": 817993167
        },
        {
            "start": 817993203,
            "stop": 817993239
        }
    ]
}