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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=70",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 71,
    "results": [
        {
            "start": 817426218,
            "stop": 817426238
        },
        {
            "start": 817426267,
            "stop": 817426299
        },
        {
            "start": 817426328,
            "stop": 817426393
        },
        {
            "start": 817430054,
            "stop": 817430550
        },
        {
            "start": 817430790,
            "stop": 817431726
        },
        {
            "start": 817431755,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817437292
        },
        {
            "start": 817437325,
            "stop": 817439932
        },
        {
            "start": 817439942,
            "stop": 817441816
        },
        {
            "start": 817441845,
            "stop": 817443181
        },
        {
            "start": 817443214,
            "stop": 817443628
        },
        {
            "start": 817443659,
            "stop": 817443673
        },
        {
            "start": 817443729,
            "stop": 817444391
        },
        {
            "start": 817444423,
            "stop": 817444713
        },
        {
            "start": 817444720,
            "stop": 817444877
        },
        {
            "start": 817444907,
            "stop": 817445001
        },
        {
            "start": 817445031,
            "stop": 817445107
        },
        {
            "start": 817445136,
            "stop": 817447358
        },
        {
            "start": 817447388,
            "stop": 817447503
        },
        {
            "start": 817447532,
            "stop": 817447573
        }
    ]
}