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=6356
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=6357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6355",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6356,
    "results": [
        {
            "start": 873469482,
            "stop": 873469596
        },
        {
            "start": 873469597,
            "stop": 873469718
        },
        {
            "start": 873469719,
            "stop": 873469729
        },
        {
            "start": 873469731,
            "stop": 873469883
        },
        {
            "start": 873469885,
            "stop": 873470447
        },
        {
            "start": 873470448,
            "stop": 873470677
        },
        {
            "start": 873470678,
            "stop": 873470759
        },
        {
            "start": 873470760,
            "stop": 873470853
        },
        {
            "start": 873470854,
            "stop": 873470869
        },
        {
            "start": 873470870,
            "stop": 873470901
        },
        {
            "start": 873470902,
            "stop": 873470911
        },
        {
            "start": 873470912,
            "stop": 873470947
        },
        {
            "start": 873470948,
            "stop": 873471005
        },
        {
            "start": 873471007,
            "stop": 873471268
        },
        {
            "start": 873471269,
            "stop": 873471298
        },
        {
            "start": 873471299,
            "stop": 873471585
        },
        {
            "start": 873471586,
            "stop": 873471861
        },
        {
            "start": 873471862,
            "stop": 873472599
        },
        {
            "start": 873472601,
            "stop": 873472621
        },
        {
            "start": 873472623,
            "stop": 873472633
        }
    ]
}