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=15711
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=15712",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15710",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15711,
    "results": [
        {
            "start": 971163796,
            "stop": 971163798
        },
        {
            "start": 971163800,
            "stop": 971163801
        },
        {
            "start": 971163802,
            "stop": 971163803
        },
        {
            "start": 971163804,
            "stop": 971163806
        },
        {
            "start": 971163809,
            "stop": 971163812
        },
        {
            "start": 971163814,
            "stop": 971163815
        },
        {
            "start": 971163818,
            "stop": 971163819
        },
        {
            "start": 971163821,
            "stop": 971163823
        },
        {
            "start": 971163824,
            "stop": 971163825
        },
        {
            "start": 971163828,
            "stop": 971163831
        },
        {
            "start": 971163834,
            "stop": 971163835
        },
        {
            "start": 971163836,
            "stop": 971163844
        },
        {
            "start": 971163846,
            "stop": 971163850
        },
        {
            "start": 971163852,
            "stop": 971163854
        },
        {
            "start": 971163856,
            "stop": 971163857
        },
        {
            "start": 971163860,
            "stop": 971163861
        },
        {
            "start": 971163863,
            "stop": 971163865
        },
        {
            "start": 971163866,
            "stop": 971163867
        },
        {
            "start": 971163868,
            "stop": 971163870
        },
        {
            "start": 971163871,
            "stop": 971163875
        }
    ]
}