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=6498
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=6499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6497",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6498,
    "results": [
        {
            "start": 874190391,
            "stop": 874190417
        },
        {
            "start": 874190418,
            "stop": 874190432
        },
        {
            "start": 874190433,
            "stop": 874190562
        },
        {
            "start": 874190563,
            "stop": 874190723
        },
        {
            "start": 874190724,
            "stop": 874191147
        },
        {
            "start": 874191149,
            "stop": 874191173
        },
        {
            "start": 874191175,
            "stop": 874191560
        },
        {
            "start": 874191562,
            "stop": 874191711
        },
        {
            "start": 874191712,
            "stop": 874191716
        },
        {
            "start": 874191717,
            "stop": 874191910
        },
        {
            "start": 874191911,
            "stop": 874192102
        },
        {
            "start": 874192103,
            "stop": 874192108
        },
        {
            "start": 874192109,
            "stop": 874192319
        },
        {
            "start": 874192320,
            "stop": 874192463
        },
        {
            "start": 874192464,
            "stop": 874192561
        },
        {
            "start": 874192562,
            "stop": 874192642
        },
        {
            "start": 874192643,
            "stop": 874192785
        },
        {
            "start": 874192787,
            "stop": 874192872
        },
        {
            "start": 874192873,
            "stop": 874192889
        },
        {
            "start": 874192890,
            "stop": 874192929
        }
    ]
}