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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=252",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 253,
    "results": [
        {
            "start": 869014091,
            "stop": 869020177
        },
        {
            "start": 869021684,
            "stop": 869051048
        },
        {
            "start": 869051754,
            "stop": 869051903
        },
        {
            "start": 869052303,
            "stop": 869060214
        },
        {
            "start": 869061945,
            "stop": 869068000
        },
        {
            "start": 869069773,
            "stop": 869069841
        },
        {
            "start": 869069852,
            "stop": 869164298
        },
        {
            "start": 869165300,
            "stop": 869177747
        },
        {
            "start": 869178735,
            "stop": 869197461
        },
        {
            "start": 869197463,
            "stop": 869233979
        },
        {
            "start": 869235596,
            "stop": 869255633
        },
        {
            "start": 869256898,
            "stop": 869282776
        },
        {
            "start": 869284981,
            "stop": 869324429
        },
        {
            "start": 869342235,
            "stop": 869342327
        },
        {
            "start": 869343527,
            "stop": 869343548
        },
        {
            "start": 869344301,
            "stop": 869344621
        },
        {
            "start": 869345261,
            "stop": 869345486
        },
        {
            "start": 869346625,
            "stop": 869367593
        },
        {
            "start": 869441226,
            "stop": 869442613
        },
        {
            "start": 869444882,
            "stop": 869464543
        }
    ]
}