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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=18",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 19,
    "results": [
        {
            "start": 816706985,
            "stop": 816706987
        },
        {
            "start": 816706995,
            "stop": 816707067
        },
        {
            "start": 816707075,
            "stop": 816707089
        },
        {
            "start": 816707097,
            "stop": 816707104
        },
        {
            "start": 816707115,
            "stop": 816707154
        },
        {
            "start": 816707162,
            "stop": 816707180
        },
        {
            "start": 816707189,
            "stop": 816707206
        },
        {
            "start": 816707214,
            "stop": 816707226
        },
        {
            "start": 816707236,
            "stop": 816707273
        },
        {
            "start": 816707283,
            "stop": 816707287
        },
        {
            "start": 816707298,
            "stop": 816707321
        },
        {
            "start": 816707336,
            "stop": 816707337
        },
        {
            "start": 816707349,
            "stop": 816707365
        },
        {
            "start": 816707377,
            "stop": 816707387
        },
        {
            "start": 816707395,
            "stop": 816707399
        },
        {
            "start": 816737408,
            "stop": 816737424
        },
        {
            "start": 816737442,
            "stop": 816737462
        },
        {
            "start": 816737470,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738414
        },
        {
            "start": 816738420,
            "stop": 816738714
        }
    ]
}