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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6259",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6260,
    "results": [
        {
            "start": 875004838,
            "stop": 875004868
        },
        {
            "start": 875004878,
            "stop": 875004903
        },
        {
            "start": 875004907,
            "stop": 875004908
        },
        {
            "start": 875004914,
            "stop": 875005040
        },
        {
            "start": 875005043,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875006479
        },
        {
            "start": 875006482,
            "stop": 875006488
        },
        {
            "start": 875006489,
            "stop": 875006520
        },
        {
            "start": 875006523,
            "stop": 875006551
        },
        {
            "start": 875006554,
            "stop": 875006597
        },
        {
            "start": 875006598,
            "stop": 875006843
        },
        {
            "start": 875006844,
            "stop": 875006875
        },
        {
            "start": 875006880,
            "stop": 875007004
        },
        {
            "start": 875007007,
            "stop": 875007035
        },
        {
            "start": 875007038,
            "stop": 875007041
        },
        {
            "start": 875007045,
            "stop": 875007052
        },
        {
            "start": 875007056,
            "stop": 875007132
        },
        {
            "start": 875007135,
            "stop": 875007147
        },
        {
            "start": 875007152,
            "stop": 875007193
        },
        {
            "start": 875007198,
            "stop": 875007245
        }
    ]
}