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=15702
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=15703",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15701",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15702,
    "results": [
        {
            "start": 971162871,
            "stop": 971162874
        },
        {
            "start": 971162875,
            "stop": 971162877
        },
        {
            "start": 971162881,
            "stop": 971162882
        },
        {
            "start": 971162886,
            "stop": 971162893
        },
        {
            "start": 971162895,
            "stop": 971162896
        },
        {
            "start": 971162897,
            "stop": 971162901
        },
        {
            "start": 971162902,
            "stop": 971162904
        },
        {
            "start": 971162906,
            "stop": 971162907
        },
        {
            "start": 971162909,
            "stop": 971162912
        },
        {
            "start": 971162914,
            "stop": 971162917
        },
        {
            "start": 971162918,
            "stop": 971162920
        },
        {
            "start": 971162921,
            "stop": 971162925
        },
        {
            "start": 971162926,
            "stop": 971162930
        },
        {
            "start": 971162931,
            "stop": 971162934
        },
        {
            "start": 971162938,
            "stop": 971162945
        },
        {
            "start": 971162955,
            "stop": 971162958
        },
        {
            "start": 971162962,
            "stop": 971162965
        },
        {
            "start": 971162966,
            "stop": 971162973
        },
        {
            "start": 971162974,
            "stop": 971162975
        },
        {
            "start": 971162977,
            "stop": 971162982
        }
    ]
}