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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=143",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 144,
    "results": [
        {
            "start": 931401832,
            "stop": 931401835
        },
        {
            "start": 931401841,
            "stop": 931401842
        },
        {
            "start": 931401844,
            "stop": 931401870
        },
        {
            "start": 931401872,
            "stop": 931401887
        },
        {
            "start": 931401889,
            "stop": 931401894
        },
        {
            "start": 931401896,
            "stop": 931401901
        },
        {
            "start": 931401903,
            "stop": 931401905
        },
        {
            "start": 931401907,
            "stop": 931401909
        },
        {
            "start": 931401911,
            "stop": 931401912
        },
        {
            "start": 931401914,
            "stop": 931401920
        },
        {
            "start": 931401924,
            "stop": 931401930
        },
        {
            "start": 931401932,
            "stop": 931401938
        },
        {
            "start": 931401940,
            "stop": 931401950
        },
        {
            "start": 931401952,
            "stop": 931401957
        },
        {
            "start": 931401963,
            "stop": 931401987
        },
        {
            "start": 931401989,
            "stop": 931401993
        },
        {
            "start": 931401995,
            "stop": 931402001
        },
        {
            "start": 931402003,
            "stop": 931402006
        },
        {
            "start": 931402012,
            "stop": 931402030
        },
        {
            "start": 931402034,
            "stop": 931402036
        }
    ]
}