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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10167",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10168,
    "results": [
        {
            "start": 873802747,
            "stop": 873802752
        },
        {
            "start": 873802760,
            "stop": 873802834
        },
        {
            "start": 873802845,
            "stop": 873802960
        },
        {
            "start": 873802967,
            "stop": 873802999
        },
        {
            "start": 873803136,
            "stop": 873803150
        },
        {
            "start": 873803189,
            "stop": 873803444
        },
        {
            "start": 873803480,
            "stop": 873803501
        },
        {
            "start": 873803509,
            "stop": 873803554
        },
        {
            "start": 873803568,
            "stop": 873803604
        },
        {
            "start": 873803619,
            "stop": 873803673
        },
        {
            "start": 873803687,
            "stop": 873803722
        },
        {
            "start": 873803730,
            "stop": 873803857
        },
        {
            "start": 873803866,
            "stop": 873803894
        },
        {
            "start": 873803902,
            "stop": 873803948
        },
        {
            "start": 873803963,
            "stop": 873804175
        },
        {
            "start": 873804191,
            "stop": 873804281
        },
        {
            "start": 873804289,
            "stop": 873804561
        },
        {
            "start": 873804580,
            "stop": 873804743
        },
        {
            "start": 873804755,
            "stop": 873804852
        },
        {
            "start": 873804860,
            "stop": 873804899
        }
    ]
}