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=9115
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=9116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9114",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9115,
    "results": [
        {
            "start": 874912842,
            "stop": 874912850
        },
        {
            "start": 874912871,
            "stop": 874912881
        },
        {
            "start": 874912912,
            "stop": 874912938
        },
        {
            "start": 874912973,
            "stop": 874913045
        },
        {
            "start": 874913064,
            "stop": 874913121
        },
        {
            "start": 874913143,
            "stop": 874913161
        },
        {
            "start": 874913201,
            "stop": 874913354
        },
        {
            "start": 874913373,
            "stop": 874913706
        },
        {
            "start": 874913725,
            "stop": 874914347
        },
        {
            "start": 874914376,
            "stop": 874914393
        },
        {
            "start": 874914421,
            "stop": 874914599
        },
        {
            "start": 874914616,
            "stop": 874914785
        },
        {
            "start": 874914804,
            "stop": 874914849
        },
        {
            "start": 874914868,
            "stop": 874914875
        },
        {
            "start": 874914896,
            "stop": 874915414
        },
        {
            "start": 874915431,
            "stop": 874915512
        },
        {
            "start": 874915529,
            "stop": 874916250
        },
        {
            "start": 874918375,
            "stop": 874919663
        },
        {
            "start": 874919680,
            "stop": 874919840
        },
        {
            "start": 874919857,
            "stop": 874921636
        }
    ]
}