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/H1_CBCHIGH_CAT4/segments?format=api&page=7522
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7523",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7521",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7522,
    "results": [
        {
            "start": 970402955,
            "stop": 970402999
        },
        {
            "start": 970403002,
            "stop": 970403009
        },
        {
            "start": 970403012,
            "stop": 970403051
        },
        {
            "start": 970403054,
            "stop": 970403064
        },
        {
            "start": 970403067,
            "stop": 970403103
        },
        {
            "start": 970403106,
            "stop": 970403117
        },
        {
            "start": 970403123,
            "stop": 970403165
        },
        {
            "start": 970403171,
            "stop": 970403222
        },
        {
            "start": 970403225,
            "stop": 970403376
        },
        {
            "start": 970403379,
            "stop": 970403434
        },
        {
            "start": 970403437,
            "stop": 970403501
        },
        {
            "start": 970403504,
            "stop": 970403506
        },
        {
            "start": 970403509,
            "stop": 970403534
        },
        {
            "start": 970403537,
            "stop": 970403604
        },
        {
            "start": 970403624,
            "stop": 970403626
        },
        {
            "start": 970403632,
            "stop": 970403633
        },
        {
            "start": 970403639,
            "stop": 970403640
        },
        {
            "start": 970403649,
            "stop": 970403650
        },
        {
            "start": 970403776,
            "stop": 970403890
        },
        {
            "start": 970403893,
            "stop": 970403906
        }
    ]
}