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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=294",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 295,
    "results": [
        {
            "start": 832387341,
            "stop": 832396821
        },
        {
            "start": 832396984,
            "stop": 832397224
        },
        {
            "start": 832398416,
            "stop": 832400996
        },
        {
            "start": 832402311,
            "stop": 832404231
        },
        {
            "start": 832408473,
            "stop": 832408653
        },
        {
            "start": 832410249,
            "stop": 832411209
        },
        {
            "start": 832411373,
            "stop": 832414253
        },
        {
            "start": 832415253,
            "stop": 832418193
        },
        {
            "start": 832418327,
            "stop": 832420427
        },
        {
            "start": 832420567,
            "stop": 832420987
        },
        {
            "start": 832422695,
            "stop": 832423055
        },
        {
            "start": 832451814,
            "stop": 832452744
        },
        {
            "start": 832452894,
            "stop": 832453344
        },
        {
            "start": 832453600,
            "stop": 832454500
        },
        {
            "start": 832458763,
            "stop": 832461673
        },
        {
            "start": 832461823,
            "stop": 832461943
        },
        {
            "start": 832462093,
            "stop": 832465063
        },
        {
            "start": 832465326,
            "stop": 832465386
        },
        {
            "start": 832465546,
            "stop": 832466026
        },
        {
            "start": 832466316,
            "stop": 832467006
        }
    ]
}