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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=256",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 257,
    "results": [
        {
            "start": 1174187581,
            "stop": 1174188474
        },
        {
            "start": 1174188476,
            "stop": 1174189333
        },
        {
            "start": 1174189335,
            "stop": 1174190070
        },
        {
            "start": 1174190072,
            "stop": 1174191032
        },
        {
            "start": 1174191034,
            "stop": 1174191946
        },
        {
            "start": 1174191950,
            "stop": 1174191998
        },
        {
            "start": 1174192000,
            "stop": 1174193401
        },
        {
            "start": 1174193403,
            "stop": 1174194724
        },
        {
            "start": 1174194726,
            "stop": 1174195880
        },
        {
            "start": 1174195882,
            "stop": 1174196654
        },
        {
            "start": 1174196658,
            "stop": 1174196993
        },
        {
            "start": 1174196995,
            "stop": 1174197997
        },
        {
            "start": 1174197999,
            "stop": 1174198703
        },
        {
            "start": 1174198705,
            "stop": 1174199796
        },
        {
            "start": 1174199798,
            "stop": 1174200667
        },
        {
            "start": 1174200669,
            "stop": 1174201793
        },
        {
            "start": 1174201795,
            "stop": 1174201837
        },
        {
            "start": 1174201841,
            "stop": 1174203150
        },
        {
            "start": 1174203152,
            "stop": 1174204070
        },
        {
            "start": 1174204074,
            "stop": 1174204371
        }
    ]
}