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=15700
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=15701",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15699",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15700,
    "results": [
        {
            "start": 971162623,
            "stop": 971162624
        },
        {
            "start": 971162627,
            "stop": 971162629
        },
        {
            "start": 971162630,
            "stop": 971162644
        },
        {
            "start": 971162648,
            "stop": 971162650
        },
        {
            "start": 971162651,
            "stop": 971162652
        },
        {
            "start": 971162654,
            "stop": 971162661
        },
        {
            "start": 971162665,
            "stop": 971162669
        },
        {
            "start": 971162670,
            "stop": 971162672
        },
        {
            "start": 971162676,
            "stop": 971162682
        },
        {
            "start": 971162684,
            "stop": 971162700
        },
        {
            "start": 971162704,
            "stop": 971162707
        },
        {
            "start": 971162713,
            "stop": 971162714
        },
        {
            "start": 971162726,
            "stop": 971162729
        },
        {
            "start": 971162731,
            "stop": 971162745
        },
        {
            "start": 971162747,
            "stop": 971162749
        },
        {
            "start": 971162751,
            "stop": 971162753
        },
        {
            "start": 971162754,
            "stop": 971162757
        },
        {
            "start": 971162760,
            "stop": 971162761
        },
        {
            "start": 971162765,
            "stop": 971162766
        },
        {
            "start": 971162769,
            "stop": 971162774
        }
    ]
}