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=6599
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=6600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6598",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6599,
    "results": [
        {
            "start": 874690518,
            "stop": 874690701
        },
        {
            "start": 874690702,
            "stop": 874690827
        },
        {
            "start": 874690828,
            "stop": 874691055
        },
        {
            "start": 874691056,
            "stop": 874691229
        },
        {
            "start": 874691230,
            "stop": 874691232
        },
        {
            "start": 874691233,
            "stop": 874691387
        },
        {
            "start": 874691388,
            "stop": 874691417
        },
        {
            "start": 874691418,
            "stop": 874691790
        },
        {
            "start": 874691792,
            "stop": 874691796
        },
        {
            "start": 874691797,
            "stop": 874692225
        },
        {
            "start": 874692226,
            "stop": 874692686
        },
        {
            "start": 874692687,
            "stop": 874692948
        },
        {
            "start": 874692949,
            "stop": 874693076
        },
        {
            "start": 874693077,
            "stop": 874693416
        },
        {
            "start": 874693417,
            "stop": 874693665
        },
        {
            "start": 874693666,
            "stop": 874693715
        },
        {
            "start": 874693716,
            "stop": 874694099
        },
        {
            "start": 874694100,
            "stop": 874694253
        },
        {
            "start": 874694254,
            "stop": 874694375
        },
        {
            "start": 874694376,
            "stop": 874694577
        }
    ]
}