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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8138",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8139,
    "results": [
        {
            "start": 873024884,
            "stop": 873025463
        },
        {
            "start": 873025619,
            "stop": 873025704
        },
        {
            "start": 873025721,
            "stop": 873025817
        },
        {
            "start": 873025834,
            "stop": 873025980
        },
        {
            "start": 873026100,
            "stop": 873026643
        },
        {
            "start": 873026863,
            "stop": 873027949
        },
        {
            "start": 873027973,
            "stop": 873027976
        },
        {
            "start": 873028018,
            "stop": 873028086
        },
        {
            "start": 873028341,
            "stop": 873028500
        },
        {
            "start": 873028517,
            "stop": 873028917
        },
        {
            "start": 873028934,
            "stop": 873029216
        },
        {
            "start": 873029233,
            "stop": 873029246
        },
        {
            "start": 873029277,
            "stop": 873029278
        },
        {
            "start": 873029298,
            "stop": 873029574
        },
        {
            "start": 873029591,
            "stop": 873029665
        },
        {
            "start": 873029682,
            "stop": 873029997
        },
        {
            "start": 873030014,
            "stop": 873030265
        },
        {
            "start": 873030282,
            "stop": 873030330
        },
        {
            "start": 873030347,
            "stop": 873030560
        },
        {
            "start": 873030752,
            "stop": 873031024
        }
    ]
}