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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5277",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5275",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5276,
    "results": [
        {
            "start": 1136401860,
            "stop": 1136401867
        },
        {
            "start": 1136401869,
            "stop": 1136401880
        },
        {
            "start": 1136401882,
            "stop": 1136401884
        },
        {
            "start": 1136401888,
            "stop": 1136401889
        },
        {
            "start": 1136401891,
            "stop": 1136401921
        },
        {
            "start": 1136401923,
            "stop": 1136401977
        },
        {
            "start": 1136401979,
            "stop": 1136401982
        },
        {
            "start": 1136401984,
            "stop": 1136401985
        },
        {
            "start": 1136401987,
            "stop": 1136401989
        },
        {
            "start": 1136401991,
            "stop": 1136401994
        },
        {
            "start": 1136401996,
            "stop": 1136402027
        },
        {
            "start": 1136402028,
            "stop": 1136402031
        },
        {
            "start": 1136402033,
            "stop": 1136402138
        },
        {
            "start": 1136402140,
            "stop": 1136402150
        },
        {
            "start": 1136402152,
            "stop": 1136402175
        },
        {
            "start": 1136402177,
            "stop": 1136402186
        },
        {
            "start": 1136402191,
            "stop": 1136402217
        },
        {
            "start": 1136402219,
            "stop": 1136402285
        },
        {
            "start": 1136402287,
            "stop": 1136402443
        },
        {
            "start": 1136402444,
            "stop": 1136402445
        }
    ]
}