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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2400",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2401,
    "results": [
        {
            "start": 873206339,
            "stop": 873206345
        },
        {
            "start": 873206362,
            "stop": 873206620
        },
        {
            "start": 873206638,
            "stop": 873206729
        },
        {
            "start": 873206830,
            "stop": 873206926
        },
        {
            "start": 873206943,
            "stop": 873206990
        },
        {
            "start": 873207070,
            "stop": 873208097
        },
        {
            "start": 873208114,
            "stop": 873208120
        },
        {
            "start": 873208144,
            "stop": 873208211
        },
        {
            "start": 873208228,
            "stop": 873208915
        },
        {
            "start": 873208932,
            "stop": 873210380
        },
        {
            "start": 873210397,
            "stop": 873210982
        },
        {
            "start": 873211000,
            "stop": 873211165
        },
        {
            "start": 873211193,
            "stop": 873211259
        },
        {
            "start": 873211277,
            "stop": 873211280
        },
        {
            "start": 873211297,
            "stop": 873211815
        },
        {
            "start": 873211832,
            "stop": 873212188
        },
        {
            "start": 873212205,
            "stop": 873213525
        },
        {
            "start": 873213542,
            "stop": 873214370
        },
        {
            "start": 873214476,
            "stop": 873214699
        },
        {
            "start": 873214717,
            "stop": 873214829
        }
    ]
}