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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=291",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 292,
    "results": [
        {
            "start": 931598118,
            "stop": 931598122
        },
        {
            "start": 931598127,
            "stop": 931598130
        },
        {
            "start": 931598133,
            "stop": 931598134
        },
        {
            "start": 931598187,
            "stop": 931598188
        },
        {
            "start": 931598298,
            "stop": 931598301
        },
        {
            "start": 931598384,
            "stop": 931598391
        },
        {
            "start": 931598394,
            "stop": 931598396
        },
        {
            "start": 931598406,
            "stop": 931598407
        },
        {
            "start": 931598680,
            "stop": 931598682
        },
        {
            "start": 931598704,
            "stop": 931598705
        },
        {
            "start": 931598743,
            "stop": 931598744
        },
        {
            "start": 931598830,
            "stop": 931598831
        },
        {
            "start": 931598833,
            "stop": 931598834
        },
        {
            "start": 931598879,
            "stop": 931598884
        },
        {
            "start": 931598889,
            "stop": 931598891
        },
        {
            "start": 931598910,
            "stop": 931598912
        },
        {
            "start": 931598914,
            "stop": 931598916
        },
        {
            "start": 931598921,
            "stop": 931598925
        },
        {
            "start": 931598945,
            "stop": 931598949
        },
        {
            "start": 931598951,
            "stop": 931598954
        }
    ]
}