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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=176",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 177,
    "results": [
        {
            "start": 820177779,
            "stop": 820177913
        },
        {
            "start": 820177921,
            "stop": 820177937
        },
        {
            "start": 820177944,
            "stop": 820178081
        },
        {
            "start": 820178088,
            "stop": 820178325
        },
        {
            "start": 820178333,
            "stop": 820178368
        },
        {
            "start": 820178376,
            "stop": 820178711
        },
        {
            "start": 820178718,
            "stop": 820178845
        },
        {
            "start": 820178853,
            "stop": 820179057
        },
        {
            "start": 820179064,
            "stop": 820179355
        },
        {
            "start": 820179362,
            "stop": 820179484
        },
        {
            "start": 820179491,
            "stop": 820179524
        },
        {
            "start": 820179531,
            "stop": 820179772
        },
        {
            "start": 820179779,
            "stop": 820179899
        },
        {
            "start": 820179906,
            "stop": 820180156
        },
        {
            "start": 820180163,
            "stop": 820180277
        },
        {
            "start": 820180285,
            "stop": 820180351
        },
        {
            "start": 820180358,
            "stop": 820180374
        },
        {
            "start": 820180387,
            "stop": 820180443
        },
        {
            "start": 820180451,
            "stop": 820180637
        },
        {
            "start": 820180645,
            "stop": 820180769
        }
    ]
}