Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=275
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=274",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 275,
    "results": [
        {
            "start": 818233129,
            "stop": 818233130
        },
        {
            "start": 818233135,
            "stop": 818233137
        },
        {
            "start": 818233143,
            "stop": 818233144
        },
        {
            "start": 818233153,
            "stop": 818233155
        },
        {
            "start": 818233160,
            "stop": 818233161
        },
        {
            "start": 818233181,
            "stop": 818233182
        },
        {
            "start": 818233188,
            "stop": 818233191
        },
        {
            "start": 818233227,
            "stop": 818233230
        },
        {
            "start": 818233234,
            "stop": 818233239
        },
        {
            "start": 818233251,
            "stop": 818233253
        },
        {
            "start": 818233256,
            "stop": 818233259
        },
        {
            "start": 818233262,
            "stop": 818233264
        },
        {
            "start": 818233272,
            "stop": 818233273
        },
        {
            "start": 818233276,
            "stop": 818233282
        },
        {
            "start": 818233337,
            "stop": 818233339
        },
        {
            "start": 818233360,
            "stop": 818233367
        },
        {
            "start": 818233370,
            "stop": 818233373
        },
        {
            "start": 818233379,
            "stop": 818233380
        },
        {
            "start": 818233385,
            "stop": 818233389
        },
        {
            "start": 818233397,
            "stop": 818233399
        }
    ]
}