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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40998",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40999,
    "results": [
        {
            "start": 875148538,
            "stop": 875148571
        },
        {
            "start": 875148572,
            "stop": 875148591
        },
        {
            "start": 875148593,
            "stop": 875148602
        },
        {
            "start": 875148604,
            "stop": 875148610
        },
        {
            "start": 875148611,
            "stop": 875148644
        },
        {
            "start": 875148646,
            "stop": 875148687
        },
        {
            "start": 875148689,
            "stop": 875148694
        },
        {
            "start": 875148695,
            "stop": 875148708
        },
        {
            "start": 875148710,
            "stop": 875148715
        },
        {
            "start": 875148717,
            "stop": 875148729
        },
        {
            "start": 875148731,
            "stop": 875148748
        },
        {
            "start": 875148749,
            "stop": 875148751
        },
        {
            "start": 875148752,
            "stop": 875148815
        },
        {
            "start": 875148817,
            "stop": 875148879
        },
        {
            "start": 875148880,
            "stop": 875148916
        },
        {
            "start": 875148918,
            "stop": 875148925
        },
        {
            "start": 875148927,
            "stop": 875148936
        },
        {
            "start": 875148937,
            "stop": 875148942
        },
        {
            "start": 875148944,
            "stop": 875148986
        },
        {
            "start": 875148987,
            "stop": 875149006
        }
    ]
}