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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=221",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 222,
    "results": [
        {
            "start": 821153749,
            "stop": 821153775
        },
        {
            "start": 821153783,
            "stop": 821154348
        },
        {
            "start": 821154356,
            "stop": 821154528
        },
        {
            "start": 821154538,
            "stop": 821154552
        },
        {
            "start": 821154563,
            "stop": 821155058
        },
        {
            "start": 821155066,
            "stop": 821155128
        },
        {
            "start": 821155136,
            "stop": 821155200
        },
        {
            "start": 821155208,
            "stop": 821155447
        },
        {
            "start": 821155455,
            "stop": 821155554
        },
        {
            "start": 821155562,
            "stop": 821155635
        },
        {
            "start": 821155643,
            "stop": 821156039
        },
        {
            "start": 821156047,
            "stop": 821156241
        },
        {
            "start": 821156252,
            "stop": 821156280
        },
        {
            "start": 821156816,
            "stop": 821156978
        },
        {
            "start": 821156986,
            "stop": 821157109
        },
        {
            "start": 821157117,
            "stop": 821157174
        },
        {
            "start": 821157183,
            "stop": 821157197
        },
        {
            "start": 821157205,
            "stop": 821157229
        },
        {
            "start": 821157237,
            "stop": 821157332
        },
        {
            "start": 821157341,
            "stop": 821157349
        }
    ]
}