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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=214",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 215,
    "results": [
        {
            "start": 817747315,
            "stop": 817747392
        },
        {
            "start": 817747456,
            "stop": 817747461
        },
        {
            "start": 817747552,
            "stop": 817747587
        },
        {
            "start": 817747620,
            "stop": 817747637
        },
        {
            "start": 817747656,
            "stop": 817747697
        },
        {
            "start": 817747700,
            "stop": 817747704
        },
        {
            "start": 817747754,
            "stop": 817747757
        },
        {
            "start": 817747836,
            "stop": 817747840
        },
        {
            "start": 817755519,
            "stop": 817755607
        },
        {
            "start": 817755639,
            "stop": 817755643
        },
        {
            "start": 817755713,
            "stop": 817755744
        },
        {
            "start": 817755921,
            "stop": 817755933
        },
        {
            "start": 817756014,
            "stop": 817756020
        },
        {
            "start": 817756039,
            "stop": 817756051
        },
        {
            "start": 817756146,
            "stop": 817756166
        },
        {
            "start": 817756228,
            "stop": 817756229
        },
        {
            "start": 817756325,
            "stop": 817756336
        },
        {
            "start": 817756357,
            "stop": 817756365
        },
        {
            "start": 817756461,
            "stop": 817756536
        },
        {
            "start": 817756590,
            "stop": 817756599
        }
    ]
}