Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14855
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=14856",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14854",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14855,
    "results": [
        {
            "start": 971408721,
            "stop": 971408726
        },
        {
            "start": 971408731,
            "stop": 971408733
        },
        {
            "start": 971408734,
            "stop": 971408745
        },
        {
            "start": 971408746,
            "stop": 971408747
        },
        {
            "start": 971408748,
            "stop": 971408750
        },
        {
            "start": 971408752,
            "stop": 971408753
        },
        {
            "start": 971408756,
            "stop": 971408760
        },
        {
            "start": 971408761,
            "stop": 971408765
        },
        {
            "start": 971408768,
            "stop": 971408769
        },
        {
            "start": 971408770,
            "stop": 971408772
        },
        {
            "start": 971408773,
            "stop": 971408775
        },
        {
            "start": 971408777,
            "stop": 971408807
        },
        {
            "start": 971408809,
            "stop": 971408820
        },
        {
            "start": 971408822,
            "stop": 971408825
        },
        {
            "start": 971408828,
            "stop": 971408838
        },
        {
            "start": 971408841,
            "stop": 971408871
        },
        {
            "start": 971408873,
            "stop": 971408879
        },
        {
            "start": 971408881,
            "stop": 971408885
        },
        {
            "start": 971408886,
            "stop": 971408887
        },
        {
            "start": 971408889,
            "stop": 971408892
        }
    ]
}