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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=215",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 216,
    "results": [
        {
            "start": 931457818,
            "stop": 931457824
        },
        {
            "start": 931457826,
            "stop": 931457839
        },
        {
            "start": 931457841,
            "stop": 931457842
        },
        {
            "start": 931457844,
            "stop": 931457857
        },
        {
            "start": 931457860,
            "stop": 931457861
        },
        {
            "start": 931457863,
            "stop": 931457868
        },
        {
            "start": 931457871,
            "stop": 931457872
        },
        {
            "start": 931457879,
            "stop": 931457886
        },
        {
            "start": 931457890,
            "stop": 931457901
        },
        {
            "start": 931457905,
            "stop": 931457913
        },
        {
            "start": 931457917,
            "stop": 931457919
        },
        {
            "start": 931457924,
            "stop": 931457925
        },
        {
            "start": 931457929,
            "stop": 931457934
        },
        {
            "start": 931457935,
            "stop": 931457937
        },
        {
            "start": 931457947,
            "stop": 931457952
        },
        {
            "start": 931457954,
            "stop": 931457955
        },
        {
            "start": 931457957,
            "stop": 931457960
        },
        {
            "start": 931457963,
            "stop": 931457964
        },
        {
            "start": 931457966,
            "stop": 931457967
        },
        {
            "start": 931457969,
            "stop": 931457971
        }
    ]
}