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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=311",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 312,
    "results": [
        {
            "start": 1378180420,
            "stop": 1378182647
        },
        {
            "start": 1378182649,
            "stop": 1378186809
        },
        {
            "start": 1378186810,
            "stop": 1378188892
        },
        {
            "start": 1378188893,
            "stop": 1378191181
        },
        {
            "start": 1378191186,
            "stop": 1378193290
        },
        {
            "start": 1378193291,
            "stop": 1378195872
        },
        {
            "start": 1378195873,
            "stop": 1378198138
        },
        {
            "start": 1378198140,
            "stop": 1378200580
        },
        {
            "start": 1378200582,
            "stop": 1378200895
        },
        {
            "start": 1378210444,
            "stop": 1378211997
        },
        {
            "start": 1378211998,
            "stop": 1378214135
        },
        {
            "start": 1378214137,
            "stop": 1378216757
        },
        {
            "start": 1378216758,
            "stop": 1378218017
        },
        {
            "start": 1378223529,
            "stop": 1378223865
        },
        {
            "start": 1378242148,
            "stop": 1378243219
        },
        {
            "start": 1378243221,
            "stop": 1378244387
        },
        {
            "start": 1378244388,
            "stop": 1378245605
        },
        {
            "start": 1378245607,
            "stop": 1378245869
        },
        {
            "start": 1378245874,
            "stop": 1378246114
        },
        {
            "start": 1378246115,
            "stop": 1378246135
        }
    ]
}