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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=341",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 342,
    "results": [
        {
            "start": 857688417,
            "stop": 857688519
        },
        {
            "start": 857688527,
            "stop": 857688533
        },
        {
            "start": 857688537,
            "stop": 857688548
        },
        {
            "start": 857688551,
            "stop": 857688673
        },
        {
            "start": 857688677,
            "stop": 857688683
        },
        {
            "start": 857688706,
            "stop": 857688711
        },
        {
            "start": 857688716,
            "stop": 857688799
        },
        {
            "start": 857688810,
            "stop": 857688815
        },
        {
            "start": 857688819,
            "stop": 857690198
        },
        {
            "start": 857690202,
            "stop": 857690314
        },
        {
            "start": 857690318,
            "stop": 857690483
        },
        {
            "start": 857690487,
            "stop": 857690533
        },
        {
            "start": 857690537,
            "stop": 857690734
        },
        {
            "start": 857690738,
            "stop": 857690842
        },
        {
            "start": 857690845,
            "stop": 857690861
        },
        {
            "start": 857690865,
            "stop": 857690924
        },
        {
            "start": 857690928,
            "stop": 857690939
        },
        {
            "start": 857690943,
            "stop": 857690953
        },
        {
            "start": 857690957,
            "stop": 857691117
        },
        {
            "start": 857691121,
            "stop": 857691132
        }
    ]
}