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=15674
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=15675",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15673",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15674,
    "results": [
        {
            "start": 971159911,
            "stop": 971159912
        },
        {
            "start": 971159916,
            "stop": 971159917
        },
        {
            "start": 971159921,
            "stop": 971159922
        },
        {
            "start": 971159923,
            "stop": 971159924
        },
        {
            "start": 971159927,
            "stop": 971159932
        },
        {
            "start": 971159934,
            "stop": 971159937
        },
        {
            "start": 971159939,
            "stop": 971159947
        },
        {
            "start": 971159948,
            "stop": 971159950
        },
        {
            "start": 971159951,
            "stop": 971159953
        },
        {
            "start": 971159954,
            "stop": 971159958
        },
        {
            "start": 971159960,
            "stop": 971159962
        },
        {
            "start": 971159965,
            "stop": 971159967
        },
        {
            "start": 971159971,
            "stop": 971159975
        },
        {
            "start": 971159979,
            "stop": 971159981
        },
        {
            "start": 971159984,
            "stop": 971159995
        },
        {
            "start": 971159996,
            "stop": 971159999
        },
        {
            "start": 971160003,
            "stop": 971160004
        },
        {
            "start": 971160010,
            "stop": 971160011
        },
        {
            "start": 971160014,
            "stop": 971160015
        },
        {
            "start": 971160022,
            "stop": 971160023
        }
    ]
}