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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=303",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 304,
    "results": [
        {
            "start": 866112553,
            "stop": 866123135
        },
        {
            "start": 866123502,
            "stop": 866125612
        },
        {
            "start": 866125912,
            "stop": 866128848
        },
        {
            "start": 866129249,
            "stop": 866129705
        },
        {
            "start": 866130185,
            "stop": 866134895
        },
        {
            "start": 866138631,
            "stop": 866139303
        },
        {
            "start": 866139305,
            "stop": 866150399
        },
        {
            "start": 866150509,
            "stop": 866151772
        },
        {
            "start": 866152265,
            "stop": 866159523
        },
        {
            "start": 866159866,
            "stop": 866159901
        },
        {
            "start": 866160201,
            "stop": 866160695
        },
        {
            "start": 866161105,
            "stop": 866161241
        },
        {
            "start": 866161351,
            "stop": 866161450
        },
        {
            "start": 866161750,
            "stop": 866162809
        },
        {
            "start": 866162919,
            "stop": 866163007
        },
        {
            "start": 866163307,
            "stop": 866164159
        },
        {
            "start": 866164269,
            "stop": 866164479
        },
        {
            "start": 866164779,
            "stop": 866164795
        },
        {
            "start": 866164905,
            "stop": 866164917
        },
        {
            "start": 866165263,
            "stop": 866165823
        }
    ]
}