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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41109",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41110,
    "results": [
        {
            "start": 875231606,
            "stop": 875231689
        },
        {
            "start": 875231690,
            "stop": 875231695
        },
        {
            "start": 875231697,
            "stop": 875231709
        },
        {
            "start": 875231712,
            "stop": 875231754
        },
        {
            "start": 875231755,
            "stop": 875231791
        },
        {
            "start": 875231792,
            "stop": 875231815
        },
        {
            "start": 875231816,
            "stop": 875231841
        },
        {
            "start": 875231843,
            "stop": 875231848
        },
        {
            "start": 875231849,
            "stop": 875231854
        },
        {
            "start": 875231855,
            "stop": 875231873
        },
        {
            "start": 875231874,
            "stop": 875231879
        },
        {
            "start": 875231880,
            "stop": 875231924
        },
        {
            "start": 875231925,
            "stop": 875231951
        },
        {
            "start": 875231953,
            "stop": 875231974
        },
        {
            "start": 875231975,
            "stop": 875231978
        },
        {
            "start": 875231979,
            "stop": 875231986
        },
        {
            "start": 875231987,
            "stop": 875232014
        }
    ]
}