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_CAT2/segments?format=api&page=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=238",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 239,
    "results": [
        {
            "start": 821303206,
            "stop": 821303303
        },
        {
            "start": 821303308,
            "stop": 821303404
        },
        {
            "start": 821303412,
            "stop": 821303608
        },
        {
            "start": 821303616,
            "stop": 821303630
        },
        {
            "start": 821303640,
            "stop": 821303652
        },
        {
            "start": 821303671,
            "stop": 821303720
        },
        {
            "start": 821303728,
            "stop": 821304041
        },
        {
            "start": 821304056,
            "stop": 821304849
        },
        {
            "start": 821304854,
            "stop": 821305045
        },
        {
            "start": 821305050,
            "stop": 821305127
        },
        {
            "start": 821305134,
            "stop": 821305181
        },
        {
            "start": 821305189,
            "stop": 821305308
        },
        {
            "start": 821305325,
            "stop": 821305432
        },
        {
            "start": 821305440,
            "stop": 821306798
        },
        {
            "start": 821306804,
            "stop": 821307007
        },
        {
            "start": 821307012,
            "stop": 821307513
        },
        {
            "start": 821307518,
            "stop": 821307539
        },
        {
            "start": 821307544,
            "stop": 821307855
        },
        {
            "start": 821307860,
            "stop": 821307916
        },
        {
            "start": 821307921,
            "stop": 821308099
        }
    ]
}