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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=134",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 135,
    "results": [
        {
            "start": 822397224,
            "stop": 822397344
        },
        {
            "start": 822397812,
            "stop": 822397992
        },
        {
            "start": 822398210,
            "stop": 822398870
        },
        {
            "start": 822399042,
            "stop": 822399402
        },
        {
            "start": 822399537,
            "stop": 822399657
        },
        {
            "start": 822399962,
            "stop": 822400022
        },
        {
            "start": 822400363,
            "stop": 822400423
        },
        {
            "start": 822400568,
            "stop": 822400988
        },
        {
            "start": 822401382,
            "stop": 822401622
        },
        {
            "start": 822403187,
            "stop": 822403307
        },
        {
            "start": 822404824,
            "stop": 822405004
        },
        {
            "start": 822405369,
            "stop": 822405429
        },
        {
            "start": 822559398,
            "stop": 822559578
        },
        {
            "start": 822559829,
            "stop": 822559949
        },
        {
            "start": 822560205,
            "stop": 822560325
        },
        {
            "start": 822564407,
            "stop": 822564647
        },
        {
            "start": 822564875,
            "stop": 822564995
        },
        {
            "start": 822565131,
            "stop": 822565251
        },
        {
            "start": 822565853,
            "stop": 822565913
        },
        {
            "start": 822566080,
            "stop": 822566260
        }
    ]
}