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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 89,
    "results": [
        {
            "start": 817747803,
            "stop": 817747850
        },
        {
            "start": 817747854,
            "stop": 817747882
        },
        {
            "start": 817747885,
            "stop": 817747947
        },
        {
            "start": 817747950,
            "stop": 817747982
        },
        {
            "start": 817750205,
            "stop": 817750221
        },
        {
            "start": 817750224,
            "stop": 817750256
        },
        {
            "start": 817750262,
            "stop": 817750264
        },
        {
            "start": 817750267,
            "stop": 817750397
        },
        {
            "start": 817755360,
            "stop": 817755509
        },
        {
            "start": 817755512,
            "stop": 817755810
        },
        {
            "start": 817755819,
            "stop": 817755886
        },
        {
            "start": 817755893,
            "stop": 817756255
        },
        {
            "start": 817756258,
            "stop": 817756754
        },
        {
            "start": 817756757,
            "stop": 817756765
        },
        {
            "start": 817756773,
            "stop": 817756781
        },
        {
            "start": 817756785,
            "stop": 817756798
        },
        {
            "start": 817756801,
            "stop": 817757342
        },
        {
            "start": 817757346,
            "stop": 817757347
        },
        {
            "start": 817757350,
            "stop": 817757365
        },
        {
            "start": 817757368,
            "stop": 817757393
        }
    ]
}