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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=299",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 300,
    "results": [
        {
            "start": 832383242,
            "stop": 832383662
        },
        {
            "start": 832383880,
            "stop": 832396030
        },
        {
            "start": 832396180,
            "stop": 832396840
        },
        {
            "start": 832396984,
            "stop": 832397224
        },
        {
            "start": 832398416,
            "stop": 832400996
        },
        {
            "start": 832402330,
            "stop": 832404370
        },
        {
            "start": 832404840,
            "stop": 832405140
        },
        {
            "start": 832405307,
            "stop": 832414307
        },
        {
            "start": 832415253,
            "stop": 832418193
        },
        {
            "start": 832418327,
            "stop": 832420427
        },
        {
            "start": 832420567,
            "stop": 832420987
        },
        {
            "start": 832422689,
            "stop": 832423169
        },
        {
            "start": 832454246,
            "stop": 832454486
        },
        {
            "start": 832457587,
            "stop": 832458427
        },
        {
            "start": 832459437,
            "stop": 832459737
        },
        {
            "start": 832459899,
            "stop": 832461279
        },
        {
            "start": 832461429,
            "stop": 832461669
        },
        {
            "start": 832461819,
            "stop": 832461909
        },
        {
            "start": 832463277,
            "stop": 832465017
        },
        {
            "start": 832466666,
            "stop": 832467026
        }
    ]
}