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=14697
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=14698",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14696",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14697,
    "results": [
        {
            "start": 971171152,
            "stop": 971171154
        },
        {
            "start": 971171158,
            "stop": 971171161
        },
        {
            "start": 971171162,
            "stop": 971171164
        },
        {
            "start": 971171166,
            "stop": 971171169
        },
        {
            "start": 971171171,
            "stop": 971171173
        },
        {
            "start": 971171176,
            "stop": 971171179
        },
        {
            "start": 971171181,
            "stop": 971171183
        },
        {
            "start": 971171185,
            "stop": 971171190
        },
        {
            "start": 971171191,
            "stop": 971171192
        },
        {
            "start": 971171194,
            "stop": 971171196
        },
        {
            "start": 971171207,
            "stop": 971171210
        },
        {
            "start": 971171213,
            "stop": 971171216
        },
        {
            "start": 971171218,
            "stop": 971171221
        },
        {
            "start": 971171238,
            "stop": 971171239
        },
        {
            "start": 971171241,
            "stop": 971171242
        },
        {
            "start": 971171249,
            "stop": 971171253
        },
        {
            "start": 971171255,
            "stop": 971171259
        },
        {
            "start": 971171260,
            "stop": 971171262
        },
        {
            "start": 971171263,
            "stop": 971171265
        },
        {
            "start": 971171268,
            "stop": 971171270
        }
    ]
}