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=15882
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=15883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15881",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15882,
    "results": [
        {
            "start": 971250666,
            "stop": 971250675
        },
        {
            "start": 971250676,
            "stop": 971250683
        },
        {
            "start": 971250685,
            "stop": 971250691
        },
        {
            "start": 971250693,
            "stop": 971250703
        },
        {
            "start": 971250704,
            "stop": 971250728
        },
        {
            "start": 971250730,
            "stop": 971250737
        },
        {
            "start": 971250738,
            "stop": 971250741
        },
        {
            "start": 971250742,
            "stop": 971250751
        },
        {
            "start": 971250754,
            "stop": 971250780
        },
        {
            "start": 971250781,
            "stop": 971250795
        },
        {
            "start": 971250797,
            "stop": 971250820
        },
        {
            "start": 971250821,
            "stop": 971250826
        },
        {
            "start": 971250827,
            "stop": 971250831
        },
        {
            "start": 971250834,
            "stop": 971250862
        },
        {
            "start": 971250863,
            "stop": 971250870
        },
        {
            "start": 971250871,
            "stop": 971250897
        },
        {
            "start": 971250899,
            "stop": 971250904
        },
        {
            "start": 971250907,
            "stop": 971250915
        },
        {
            "start": 971250916,
            "stop": 971250943
        },
        {
            "start": 971250944,
            "stop": 971250947
        }
    ]
}