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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10239",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10240,
    "results": [
        {
            "start": 874464239,
            "stop": 874464680
        },
        {
            "start": 874464723,
            "stop": 874464959
        },
        {
            "start": 874465007,
            "stop": 874465243
        },
        {
            "start": 874465279,
            "stop": 874465281
        },
        {
            "start": 874465334,
            "stop": 874465712
        },
        {
            "start": 874465772,
            "stop": 874465970
        },
        {
            "start": 874466006,
            "stop": 874467969
        },
        {
            "start": 874468008,
            "stop": 874468089
        },
        {
            "start": 874468126,
            "stop": 874468566
        },
        {
            "start": 874468602,
            "stop": 874470101
        },
        {
            "start": 874470137,
            "stop": 874470200
        },
        {
            "start": 874470238,
            "stop": 874470312
        },
        {
            "start": 874470349,
            "stop": 874470538
        },
        {
            "start": 874470555,
            "stop": 874470682
        },
        {
            "start": 874470725,
            "stop": 874470779
        },
        {
            "start": 874470865,
            "stop": 874476828
        },
        {
            "start": 874476899,
            "stop": 874476918
        },
        {
            "start": 874476966,
            "stop": 874478078
        },
        {
            "start": 874478144,
            "stop": 874479780
        },
        {
            "start": 874479840,
            "stop": 874479932
        }
    ]
}