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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=25",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 26,
    "results": [
        {
            "start": 816424500,
            "stop": 816424569
        },
        {
            "start": 816424597,
            "stop": 816424929
        },
        {
            "start": 816424950,
            "stop": 816424966
        },
        {
            "start": 816425005,
            "stop": 816425395
        },
        {
            "start": 816425415,
            "stop": 816426019
        },
        {
            "start": 816426049,
            "stop": 816426156
        },
        {
            "start": 816426178,
            "stop": 816426390
        },
        {
            "start": 816427470,
            "stop": 816427578
        },
        {
            "start": 816427604,
            "stop": 816427625
        },
        {
            "start": 816427648,
            "stop": 816427650
        },
        {
            "start": 816428610,
            "stop": 816428636
        },
        {
            "start": 816428658,
            "stop": 816428988
        },
        {
            "start": 816429008,
            "stop": 816429296
        },
        {
            "start": 816429317,
            "stop": 816429538
        },
        {
            "start": 816429571,
            "stop": 816430294
        },
        {
            "start": 816430314,
            "stop": 816430434
        },
        {
            "start": 816430454,
            "stop": 816430850
        },
        {
            "start": 816430869,
            "stop": 816430961
        },
        {
            "start": 816430981,
            "stop": 816431291
        },
        {
            "start": 816431314,
            "stop": 816431441
        }
    ]
}