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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14649",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14647",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14648,
    "results": [
        {
            "start": 971166035,
            "stop": 971166036
        },
        {
            "start": 971166040,
            "stop": 971166041
        },
        {
            "start": 971166046,
            "stop": 971166050
        },
        {
            "start": 971166051,
            "stop": 971166052
        },
        {
            "start": 971166057,
            "stop": 971166061
        },
        {
            "start": 971166062,
            "stop": 971166063
        },
        {
            "start": 971166068,
            "stop": 971166069
        },
        {
            "start": 971166070,
            "stop": 971166072
        },
        {
            "start": 971166074,
            "stop": 971166080
        },
        {
            "start": 971166082,
            "stop": 971166083
        },
        {
            "start": 971166092,
            "stop": 971166095
        },
        {
            "start": 971166103,
            "stop": 971166105
        },
        {
            "start": 971166108,
            "stop": 971166110
        },
        {
            "start": 971166111,
            "stop": 971166112
        },
        {
            "start": 971166114,
            "stop": 971166115
        },
        {
            "start": 971166116,
            "stop": 971166117
        },
        {
            "start": 971166118,
            "stop": 971166121
        },
        {
            "start": 971166122,
            "stop": 971166123
        },
        {
            "start": 971166124,
            "stop": 971166127
        },
        {
            "start": 971166132,
            "stop": 971166135
        }
    ]
}