Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=242
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=241",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 242,
    "results": [
        {
            "start": 859792776,
            "stop": 859811189
        },
        {
            "start": 859812758,
            "stop": 859818756
        },
        {
            "start": 859819717,
            "stop": 859819749
        },
        {
            "start": 859822360,
            "stop": 859822879
        },
        {
            "start": 859823063,
            "stop": 859823082
        },
        {
            "start": 859825786,
            "stop": 859826073
        },
        {
            "start": 859827066,
            "stop": 859831294
        },
        {
            "start": 859832412,
            "stop": 859833042
        },
        {
            "start": 859836647,
            "stop": 859841557
        },
        {
            "start": 859841688,
            "stop": 859842674
        },
        {
            "start": 859844119,
            "stop": 859844908
        },
        {
            "start": 859845468,
            "stop": 859879387
        },
        {
            "start": 859880956,
            "stop": 859894854
        },
        {
            "start": 859895850,
            "stop": 859897897
        },
        {
            "start": 859899439,
            "stop": 859903110
        },
        {
            "start": 859904164,
            "stop": 859905274
        },
        {
            "start": 859909728,
            "stop": 859910750
        },
        {
            "start": 859910912,
            "stop": 859914123
        },
        {
            "start": 859915652,
            "stop": 859922274
        },
        {
            "start": 859923731,
            "stop": 859924085
        }
    ]
}