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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6299",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6300,
    "results": [
        {
            "start": 873142343,
            "stop": 873143131
        },
        {
            "start": 873143132,
            "stop": 873143464
        },
        {
            "start": 873143466,
            "stop": 873143666
        },
        {
            "start": 873143667,
            "stop": 873144645
        },
        {
            "start": 873144646,
            "stop": 873144921
        },
        {
            "start": 873144922,
            "stop": 873144936
        },
        {
            "start": 873144938,
            "stop": 873145215
        },
        {
            "start": 873145217,
            "stop": 873145218
        },
        {
            "start": 873145812,
            "stop": 873145859
        },
        {
            "start": 873145860,
            "stop": 873146032
        },
        {
            "start": 873146033,
            "stop": 873146433
        },
        {
            "start": 873146434,
            "stop": 873147010
        },
        {
            "start": 873147011,
            "stop": 873147069
        },
        {
            "start": 873147071,
            "stop": 873147092
        },
        {
            "start": 873147093,
            "stop": 873147151
        },
        {
            "start": 873147152,
            "stop": 873147335
        },
        {
            "start": 873147337,
            "stop": 873147347
        },
        {
            "start": 873147349,
            "stop": 873147559
        },
        {
            "start": 873150674,
            "stop": 873151049
        },
        {
            "start": 873151053,
            "stop": 873151120
        }
    ]
}