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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=278",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 279,
    "results": [
        {
            "start": 821065115,
            "stop": 821065135
        },
        {
            "start": 821065142,
            "stop": 821065412
        },
        {
            "start": 821065419,
            "stop": 821065913
        },
        {
            "start": 821065920,
            "stop": 821065972
        },
        {
            "start": 821065979,
            "stop": 821066423
        },
        {
            "start": 821066430,
            "stop": 821067103
        },
        {
            "start": 821067106,
            "stop": 821067182
        },
        {
            "start": 821067185,
            "stop": 821067558
        },
        {
            "start": 821067565,
            "stop": 821067874
        },
        {
            "start": 821067881,
            "stop": 821068417
        },
        {
            "start": 821068424,
            "stop": 821068443
        },
        {
            "start": 821068450,
            "stop": 821068808
        },
        {
            "start": 821068815,
            "stop": 821069231
        },
        {
            "start": 821069238,
            "stop": 821069476
        },
        {
            "start": 821069479,
            "stop": 821070003
        },
        {
            "start": 821070010,
            "stop": 821070948
        },
        {
            "start": 821070956,
            "stop": 821070966
        },
        {
            "start": 821070987,
            "stop": 821070989
        },
        {
            "start": 821075333,
            "stop": 821076027
        },
        {
            "start": 821076274,
            "stop": 821076329
        }
    ]
}