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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 10,
    "results": [
        {
            "start": 816233157,
            "stop": 816233160
        },
        {
            "start": 816233175,
            "stop": 816233235
        },
        {
            "start": 816233239,
            "stop": 816233243
        },
        {
            "start": 816233249,
            "stop": 816233258
        },
        {
            "start": 816233261,
            "stop": 816233299
        },
        {
            "start": 816233305,
            "stop": 816233323
        },
        {
            "start": 816233328,
            "stop": 816233352
        },
        {
            "start": 816233358,
            "stop": 816233369
        },
        {
            "start": 816233388,
            "stop": 816233447
        },
        {
            "start": 816233452,
            "stop": 816233476
        },
        {
            "start": 816233499,
            "stop": 816233522
        },
        {
            "start": 816233526,
            "stop": 816233552
        },
        {
            "start": 816233555,
            "stop": 816233569
        },
        {
            "start": 816233572,
            "stop": 816233585
        },
        {
            "start": 816233613,
            "stop": 816233621
        },
        {
            "start": 816233625,
            "stop": 816233644
        },
        {
            "start": 816233648,
            "stop": 816233656
        },
        {
            "start": 816233681,
            "stop": 816233741
        },
        {
            "start": 816233745,
            "stop": 816233774
        },
        {
            "start": 816233782,
            "stop": 816233833
        }
    ]
}