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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9089",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9090,
    "results": [
        {
            "start": 874686647,
            "stop": 874686720
        },
        {
            "start": 874686737,
            "stop": 874686741
        },
        {
            "start": 874686764,
            "stop": 874687604
        },
        {
            "start": 874687637,
            "stop": 874688346
        },
        {
            "start": 874688363,
            "stop": 874689031
        },
        {
            "start": 874689051,
            "stop": 874689577
        },
        {
            "start": 874689594,
            "stop": 874689854
        },
        {
            "start": 874689871,
            "stop": 874689886
        },
        {
            "start": 874689903,
            "stop": 874689945
        },
        {
            "start": 874690393,
            "stop": 874690479
        },
        {
            "start": 874690496,
            "stop": 874690673
        },
        {
            "start": 874690690,
            "stop": 874690826
        },
        {
            "start": 874690861,
            "stop": 874690967
        },
        {
            "start": 874690984,
            "stop": 874691340
        },
        {
            "start": 874691366,
            "stop": 874691430
        },
        {
            "start": 874691447,
            "stop": 874691454
        },
        {
            "start": 874691474,
            "stop": 874691600
        },
        {
            "start": 874691620,
            "stop": 874691762
        },
        {
            "start": 874691779,
            "stop": 874691801
        },
        {
            "start": 874691818,
            "stop": 874691957
        }
    ]
}