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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=202",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 203,
    "results": [
        {
            "start": 931449705,
            "stop": 931449722
        },
        {
            "start": 931449726,
            "stop": 931449748
        },
        {
            "start": 931449750,
            "stop": 931449751
        },
        {
            "start": 931449871,
            "stop": 931449899
        },
        {
            "start": 931449901,
            "stop": 931449906
        },
        {
            "start": 931449908,
            "stop": 931449920
        },
        {
            "start": 931449922,
            "stop": 931449934
        },
        {
            "start": 931449936,
            "stop": 931449942
        },
        {
            "start": 931449945,
            "stop": 931449946
        },
        {
            "start": 931449948,
            "stop": 931449965
        },
        {
            "start": 931449968,
            "stop": 931449995
        },
        {
            "start": 931449997,
            "stop": 931450009
        },
        {
            "start": 931450011,
            "stop": 931450028
        },
        {
            "start": 931450030,
            "stop": 931450057
        },
        {
            "start": 931450059,
            "stop": 931450076
        },
        {
            "start": 931450081,
            "stop": 931450087
        },
        {
            "start": 931450089,
            "stop": 931450107
        },
        {
            "start": 931450111,
            "stop": 931450113
        },
        {
            "start": 931450115,
            "stop": 931450140
        },
        {
            "start": 931450142,
            "stop": 931450179
        }
    ]
}