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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=697",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 698,
    "results": [
        {
            "start": 857850329,
            "stop": 857851252
        },
        {
            "start": 857861192,
            "stop": 857862288
        },
        {
            "start": 857864602,
            "stop": 857898506
        },
        {
            "start": 857901167,
            "stop": 857907155
        },
        {
            "start": 857907194,
            "stop": 857908825
        },
        {
            "start": 857908828,
            "stop": 857908832
        },
        {
            "start": 857908845,
            "stop": 857910881
        },
        {
            "start": 857910907,
            "stop": 857912650
        },
        {
            "start": 857912662,
            "stop": 857914326
        },
        {
            "start": 857914329,
            "stop": 857914333
        },
        {
            "start": 857914388,
            "stop": 857929297
        },
        {
            "start": 857932255,
            "stop": 857932483
        },
        {
            "start": 857934618,
            "stop": 857940914
        },
        {
            "start": 857946173,
            "stop": 857946437
        },
        {
            "start": 857948674,
            "stop": 857949035
        },
        {
            "start": 857950654,
            "stop": 857962374
        },
        {
            "start": 857962484,
            "stop": 857994849
        },
        {
            "start": 857995858,
            "stop": 857996653
        },
        {
            "start": 857996655,
            "stop": 857997469
        },
        {
            "start": 857997472,
            "stop": 857997474
        }
    ]
}