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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 5,
    "results": [
        {
            "start": 815208696,
            "stop": 815208750
        },
        {
            "start": 815208757,
            "stop": 815208758
        },
        {
            "start": 815208762,
            "stop": 815208797
        },
        {
            "start": 815208804,
            "stop": 815208826
        },
        {
            "start": 815208837,
            "stop": 815208850
        },
        {
            "start": 815208860,
            "stop": 815208865
        },
        {
            "start": 815208872,
            "stop": 815208873
        },
        {
            "start": 815208887,
            "stop": 815208942
        },
        {
            "start": 815208946,
            "stop": 815208986
        },
        {
            "start": 815208993,
            "stop": 815209025
        },
        {
            "start": 815209029,
            "stop": 815209040
        },
        {
            "start": 815209048,
            "stop": 815209345
        },
        {
            "start": 815209353,
            "stop": 815209461
        },
        {
            "start": 815209468,
            "stop": 815209514
        },
        {
            "start": 815209522,
            "stop": 815209581
        },
        {
            "start": 815209588,
            "stop": 815209663
        },
        {
            "start": 815209670,
            "stop": 815209730
        },
        {
            "start": 815209737,
            "stop": 815209815
        },
        {
            "start": 815209827,
            "stop": 815209850
        },
        {
            "start": 815209860,
            "stop": 815209880
        }
    ]
}