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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=30",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 31,
    "results": [
        {
            "start": 816670471,
            "stop": 816670542
        },
        {
            "start": 816670601,
            "stop": 816671509
        },
        {
            "start": 816671538,
            "stop": 816671687
        },
        {
            "start": 816671734,
            "stop": 816671924
        },
        {
            "start": 816671957,
            "stop": 816672011
        },
        {
            "start": 816672018,
            "stop": 816672219
        },
        {
            "start": 816672269,
            "stop": 816672291
        },
        {
            "start": 816672299,
            "stop": 816672427
        },
        {
            "start": 816672456,
            "stop": 816672623
        },
        {
            "start": 816672630,
            "stop": 816672694
        },
        {
            "start": 816672701,
            "stop": 816672870
        },
        {
            "start": 816672877,
            "stop": 816672895
        },
        {
            "start": 816672965,
            "stop": 816672995
        },
        {
            "start": 816673024,
            "stop": 816673099
        },
        {
            "start": 816673128,
            "stop": 816673342
        },
        {
            "start": 816673386,
            "stop": 816673398
        },
        {
            "start": 816673405,
            "stop": 816673413
        },
        {
            "start": 816673443,
            "stop": 816673590
        },
        {
            "start": 816673619,
            "stop": 816673768
        },
        {
            "start": 816673797,
            "stop": 816673846
        }
    ]
}