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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=150",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 151,
    "results": [
        {
            "start": 831521841,
            "stop": 831567626
        },
        {
            "start": 831568044,
            "stop": 831569557
        },
        {
            "start": 831570004,
            "stop": 831582589
        },
        {
            "start": 831585823,
            "stop": 831590456
        },
        {
            "start": 831599572,
            "stop": 831609915
        },
        {
            "start": 831614684,
            "stop": 831616666
        },
        {
            "start": 831617588,
            "stop": 831621193
        },
        {
            "start": 831622233,
            "stop": 831655153
        },
        {
            "start": 831655176,
            "stop": 831655177
        },
        {
            "start": 831655447,
            "stop": 831669193
        },
        {
            "start": 831669197,
            "stop": 831669198
        },
        {
            "start": 831669738,
            "stop": 831673873
        },
        {
            "start": 831673915,
            "stop": 831673916
        },
        {
            "start": 831674432,
            "stop": 831688933
        },
        {
            "start": 831691924,
            "stop": 831692102
        },
        {
            "start": 831692113,
            "stop": 831695893
        },
        {
            "start": 831699245,
            "stop": 831699253
        },
        {
            "start": 831699709,
            "stop": 831705252
        },
        {
            "start": 831708098,
            "stop": 831742813
        },
        {
            "start": 831744067,
            "stop": 831765181
        }
    ]
}