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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9946",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9947,
    "results": [
        {
            "start": 871289129,
            "stop": 871289130
        },
        {
            "start": 871305360,
            "stop": 871306427
        },
        {
            "start": 871309071,
            "stop": 871309072
        },
        {
            "start": 871309213,
            "stop": 871309358
        },
        {
            "start": 871309392,
            "stop": 871309751
        },
        {
            "start": 871309785,
            "stop": 871310081
        },
        {
            "start": 871310115,
            "stop": 871310231
        },
        {
            "start": 871310430,
            "stop": 871311420
        },
        {
            "start": 871311480,
            "stop": 871311600
        },
        {
            "start": 871311840,
            "stop": 871313700
        },
        {
            "start": 871313734,
            "stop": 871314060
        },
        {
            "start": 871314120,
            "stop": 871314180
        },
        {
            "start": 871314662,
            "stop": 871314720
        },
        {
            "start": 871314780,
            "stop": 871315238
        },
        {
            "start": 871315274,
            "stop": 871317600
        },
        {
            "start": 871317660,
            "stop": 871318917
        },
        {
            "start": 871318936,
            "stop": 871320164
        },
        {
            "start": 871323336,
            "stop": 871323341
        },
        {
            "start": 871323375,
            "stop": 871323386
        },
        {
            "start": 871323420,
            "stop": 871323539
        }
    ]
}