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_H1L1/segments?format=api&page=1067
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_H1L1/segments?format=api&page=1068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1066",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1067,
    "results": [
        {
            "start": 873409932,
            "stop": 873411072
        },
        {
            "start": 873411247,
            "stop": 873411367
        },
        {
            "start": 873411539,
            "stop": 873411719
        },
        {
            "start": 873412006,
            "stop": 873412426
        },
        {
            "start": 873412589,
            "stop": 873413489
        },
        {
            "start": 873413639,
            "stop": 873413909
        },
        {
            "start": 873414097,
            "stop": 873414217
        },
        {
            "start": 873414604,
            "stop": 873418924
        },
        {
            "start": 873419235,
            "stop": 873419475
        },
        {
            "start": 873422082,
            "stop": 873424362
        },
        {
            "start": 873439358,
            "stop": 873439718
        },
        {
            "start": 873440031,
            "stop": 873440151
        },
        {
            "start": 873440304,
            "stop": 873440484
        },
        {
            "start": 873440892,
            "stop": 873441132
        },
        {
            "start": 873441346,
            "stop": 873441946
        },
        {
            "start": 873442097,
            "stop": 873442217
        },
        {
            "start": 873442356,
            "stop": 873444216
        },
        {
            "start": 873444365,
            "stop": 873444665
        },
        {
            "start": 873444957,
            "stop": 873445257
        },
        {
            "start": 873445634,
            "stop": 873446474
        }
    ]
}