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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5115",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5116,
    "results": [
        {
            "start": 873465031,
            "stop": 873465060
        },
        {
            "start": 873466960,
            "stop": 873467053
        },
        {
            "start": 873467061,
            "stop": 873467074
        },
        {
            "start": 873467108,
            "stop": 873467120
        },
        {
            "start": 873467174,
            "stop": 873467184
        },
        {
            "start": 873467350,
            "stop": 873467366
        },
        {
            "start": 873467378,
            "stop": 873467382
        },
        {
            "start": 873467391,
            "stop": 873467400
        },
        {
            "start": 873467464,
            "stop": 873467481
        },
        {
            "start": 873467489,
            "stop": 873467526
        },
        {
            "start": 873467534,
            "stop": 873467578
        },
        {
            "start": 873467593,
            "stop": 873467596
        },
        {
            "start": 873469468,
            "stop": 873469956
        },
        {
            "start": 873469964,
            "stop": 873470008
        },
        {
            "start": 873470020,
            "stop": 873470043
        },
        {
            "start": 873470050,
            "stop": 873470062
        },
        {
            "start": 873470078,
            "stop": 873470136
        },
        {
            "start": 873470144,
            "stop": 873470149
        },
        {
            "start": 873470162,
            "stop": 873470227
        },
        {
            "start": 873470237,
            "stop": 873470846
        }
    ]
}