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=46962
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=46963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46961",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46962,
    "results": [
        {
            "start": 875209004,
            "stop": 875209023
        },
        {
            "start": 875209025,
            "stop": 875209086
        },
        {
            "start": 875209087,
            "stop": 875209107
        },
        {
            "start": 875209110,
            "stop": 875209121
        },
        {
            "start": 875209122,
            "stop": 875209134
        },
        {
            "start": 875209139,
            "stop": 875209147
        },
        {
            "start": 875209150,
            "stop": 875209151
        },
        {
            "start": 875209154,
            "stop": 875209160
        },
        {
            "start": 875209163,
            "stop": 875209173
        },
        {
            "start": 875209174,
            "stop": 875209199
        },
        {
            "start": 875209201,
            "stop": 875209259
        },
        {
            "start": 875209263,
            "stop": 875209270
        },
        {
            "start": 875209271,
            "stop": 875209285
        },
        {
            "start": 875209288,
            "stop": 875209295
        },
        {
            "start": 875209298,
            "stop": 875209352
        },
        {
            "start": 875209353,
            "stop": 875209355
        },
        {
            "start": 875209356,
            "stop": 875209372
        },
        {
            "start": 875209375,
            "stop": 875209412
        },
        {
            "start": 875209415,
            "stop": 875209419
        },
        {
            "start": 875209420,
            "stop": 875209427
        }
    ]
}