Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46876
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46875",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46876,
    "results": [
        {
            "start": 875148611,
            "stop": 875148613
        },
        {
            "start": 875148614,
            "stop": 875148621
        },
        {
            "start": 875148622,
            "stop": 875148627
        },
        {
            "start": 875148633,
            "stop": 875148644
        },
        {
            "start": 875148646,
            "stop": 875148662
        },
        {
            "start": 875148663,
            "stop": 875148678
        },
        {
            "start": 875148679,
            "stop": 875148687
        },
        {
            "start": 875148689,
            "stop": 875148694
        },
        {
            "start": 875148695,
            "stop": 875148708
        },
        {
            "start": 875148710,
            "stop": 875148717
        },
        {
            "start": 875148718,
            "stop": 875148719
        },
        {
            "start": 875148722,
            "stop": 875148729
        },
        {
            "start": 875148731,
            "stop": 875148751
        },
        {
            "start": 875148752,
            "stop": 875148763
        },
        {
            "start": 875148766,
            "stop": 875148783
        },
        {
            "start": 875148784,
            "stop": 875148801
        },
        {
            "start": 875148802,
            "stop": 875148815
        },
        {
            "start": 875148817,
            "stop": 875148848
        },
        {
            "start": 875148849,
            "stop": 875148852
        },
        {
            "start": 875148853,
            "stop": 875148879
        }
    ]
}