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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1829",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1827",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1828,
    "results": [
        {
            "start": 963300736,
            "stop": 963302251
        },
        {
            "start": 963305861,
            "stop": 963305949
        },
        {
            "start": 963305952,
            "stop": 963306093
        },
        {
            "start": 963306095,
            "stop": 963306198
        },
        {
            "start": 963306200,
            "stop": 963306221
        },
        {
            "start": 963307497,
            "stop": 963311022
        },
        {
            "start": 963311023,
            "stop": 963313113
        },
        {
            "start": 963315148,
            "stop": 963316128
        },
        {
            "start": 963324299,
            "stop": 963324605
        },
        {
            "start": 963324606,
            "stop": 963327146
        },
        {
            "start": 963341015,
            "stop": 963341482
        },
        {
            "start": 963343238,
            "stop": 963349073
        },
        {
            "start": 963349360,
            "stop": 963349422
        },
        {
            "start": 963353604,
            "stop": 963353757
        },
        {
            "start": 963353758,
            "stop": 963361854
        },
        {
            "start": 963363463,
            "stop": 963366144
        },
        {
            "start": 963366187,
            "stop": 963366189
        },
        {
            "start": 963366395,
            "stop": 963367645
        },
        {
            "start": 963367825,
            "stop": 963373709
        },
        {
            "start": 963376790,
            "stop": 963384304
        }
    ]
}