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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=330",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 331,
    "results": [
        {
            "start": 1176947951,
            "stop": 1176947965
        },
        {
            "start": 1176947967,
            "stop": 1176947974
        },
        {
            "start": 1176947979,
            "stop": 1176948010
        },
        {
            "start": 1176948014,
            "stop": 1176948016
        },
        {
            "start": 1176948021,
            "stop": 1176948049
        },
        {
            "start": 1176948064,
            "stop": 1176948065
        },
        {
            "start": 1176948069,
            "stop": 1176948070
        },
        {
            "start": 1176948071,
            "stop": 1176948085
        },
        {
            "start": 1176948089,
            "stop": 1176948095
        },
        {
            "start": 1176948105,
            "stop": 1176948106
        },
        {
            "start": 1176948109,
            "stop": 1176948112
        },
        {
            "start": 1176948115,
            "stop": 1176948155
        },
        {
            "start": 1176948160,
            "stop": 1176948176
        },
        {
            "start": 1176948178,
            "stop": 1176948197
        },
        {
            "start": 1176948205,
            "stop": 1176948206
        },
        {
            "start": 1176948207,
            "stop": 1176948271
        },
        {
            "start": 1176948274,
            "stop": 1176948275
        },
        {
            "start": 1176948277,
            "stop": 1176948288
        },
        {
            "start": 1176948292,
            "stop": 1176948336
        },
        {
            "start": 1176948337,
            "stop": 1176948338
        }
    ]
}