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=9091
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=9092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9090",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9091,
    "results": [
        {
            "start": 874691974,
            "stop": 874692134
        },
        {
            "start": 874692167,
            "stop": 874692481
        },
        {
            "start": 874692498,
            "stop": 874692809
        },
        {
            "start": 874692826,
            "stop": 874693093
        },
        {
            "start": 874693112,
            "stop": 874693227
        },
        {
            "start": 874693244,
            "stop": 874693954
        },
        {
            "start": 874694196,
            "stop": 874694237
        },
        {
            "start": 874694254,
            "stop": 874694305
        },
        {
            "start": 874694325,
            "stop": 874694372
        },
        {
            "start": 874694391,
            "stop": 874694616
        },
        {
            "start": 874694635,
            "stop": 874694750
        },
        {
            "start": 874694767,
            "stop": 874694951
        },
        {
            "start": 874694978,
            "stop": 874695295
        },
        {
            "start": 874695315,
            "stop": 874695527
        },
        {
            "start": 874695544,
            "stop": 874695664
        },
        {
            "start": 874695688,
            "stop": 874695712
        },
        {
            "start": 874695729,
            "stop": 874695929
        },
        {
            "start": 874695949,
            "stop": 874696282
        },
        {
            "start": 874696299,
            "stop": 874696302
        },
        {
            "start": 874696319,
            "stop": 874696369
        }
    ]
}