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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=101",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 102,
    "results": [
        {
            "start": 932356596,
            "stop": 932373096
        },
        {
            "start": 932373139,
            "stop": 932373140
        },
        {
            "start": 932373195,
            "stop": 932373206
        },
        {
            "start": 932373291,
            "stop": 932373309
        },
        {
            "start": 932373337,
            "stop": 932373984
        },
        {
            "start": 932373989,
            "stop": 932374076
        },
        {
            "start": 932374083,
            "stop": 932374704
        },
        {
            "start": 932374734,
            "stop": 932374760
        },
        {
            "start": 932374795,
            "stop": 932374817
        },
        {
            "start": 932374846,
            "stop": 932374882
        },
        {
            "start": 932374901,
            "stop": 932375137
        },
        {
            "start": 932375161,
            "stop": 932375247
        },
        {
            "start": 932375276,
            "stop": 932375409
        },
        {
            "start": 932375428,
            "stop": 932375801
        },
        {
            "start": 932375820,
            "stop": 932375915
        },
        {
            "start": 932375940,
            "stop": 932375984
        },
        {
            "start": 932376003,
            "stop": 932376074
        },
        {
            "start": 932376093,
            "stop": 932376565
        },
        {
            "start": 932376584,
            "stop": 932376682
        },
        {
            "start": 932376701,
            "stop": 932376753
        }
    ]
}