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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=49",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 50,
    "results": [
        {
            "start": 816972097,
            "stop": 816973400
        },
        {
            "start": 816973407,
            "stop": 816974860
        },
        {
            "start": 816974868,
            "stop": 816975012
        },
        {
            "start": 816975019,
            "stop": 816975205
        },
        {
            "start": 816975218,
            "stop": 816977686
        },
        {
            "start": 816977716,
            "stop": 816977717
        },
        {
            "start": 816977746,
            "stop": 816977888
        },
        {
            "start": 816977931,
            "stop": 816979039
        },
        {
            "start": 816979068,
            "stop": 816980593
        },
        {
            "start": 816981203,
            "stop": 816981330
        },
        {
            "start": 816981337,
            "stop": 816981362
        },
        {
            "start": 816981369,
            "stop": 816981570
        },
        {
            "start": 816981930,
            "stop": 816982104
        },
        {
            "start": 816982112,
            "stop": 816982115
        },
        {
            "start": 816982122,
            "stop": 816982423
        },
        {
            "start": 816982431,
            "stop": 816984535
        },
        {
            "start": 816984542,
            "stop": 816984781
        },
        {
            "start": 816984795,
            "stop": 816985215
        },
        {
            "start": 816985222,
            "stop": 816985223
        },
        {
            "start": 816985234,
            "stop": 816985241
        }
    ]
}