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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4018",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4019,
    "results": [
        {
            "start": 875004741,
            "stop": 875004801
        },
        {
            "start": 875004804,
            "stop": 875004835
        },
        {
            "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": 875006520
        },
        {
            "start": 875006523,
            "stop": 875006551
        },
        {
            "start": 875006554,
            "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
        },
        {
            "start": 875007250,
            "stop": 875007254
        }
    ]
}