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=7067
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=7068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7066",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7067,
    "results": [
        {
            "start": 874276265,
            "stop": 874276674
        },
        {
            "start": 874276677,
            "stop": 874278254
        },
        {
            "start": 874278258,
            "stop": 874278402
        },
        {
            "start": 874278408,
            "stop": 874281645
        },
        {
            "start": 874282409,
            "stop": 874282489
        },
        {
            "start": 874282492,
            "stop": 874283318
        },
        {
            "start": 874283321,
            "stop": 874286287
        },
        {
            "start": 874286290,
            "stop": 874286301
        },
        {
            "start": 874286304,
            "stop": 874286431
        },
        {
            "start": 874286434,
            "stop": 874286454
        },
        {
            "start": 874286458,
            "stop": 874286643
        },
        {
            "start": 874286831,
            "stop": 874286949
        },
        {
            "start": 874286952,
            "stop": 874287125
        },
        {
            "start": 874287420,
            "stop": 874287480
        },
        {
            "start": 874287731,
            "stop": 874287916
        },
        {
            "start": 874287919,
            "stop": 874288937
        },
        {
            "start": 874288940,
            "stop": 874289182
        },
        {
            "start": 874289186,
            "stop": 874289550
        },
        {
            "start": 874290510,
            "stop": 874291081
        },
        {
            "start": 874291084,
            "stop": 874291205
        }
    ]
}