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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3813",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3814,
    "results": [
        {
            "start": 873330381,
            "stop": 873330393
        },
        {
            "start": 873330395,
            "stop": 873330396
        },
        {
            "start": 873330397,
            "stop": 873330401
        },
        {
            "start": 873330402,
            "stop": 873330410
        },
        {
            "start": 873330411,
            "stop": 873330417
        },
        {
            "start": 873330418,
            "stop": 873330430
        },
        {
            "start": 873330432,
            "stop": 873330435
        },
        {
            "start": 873330436,
            "stop": 873330443
        },
        {
            "start": 873330445,
            "stop": 873330467
        },
        {
            "start": 873330468,
            "stop": 873330471
        },
        {
            "start": 873330474,
            "stop": 873330477
        },
        {
            "start": 873330478,
            "stop": 873330493
        },
        {
            "start": 873330494,
            "stop": 873330511
        },
        {
            "start": 873330512,
            "stop": 873330540
        },
        {
            "start": 873330541,
            "stop": 873330565
        },
        {
            "start": 873330566,
            "stop": 873330582
        },
        {
            "start": 873330583,
            "stop": 873330595
        },
        {
            "start": 873330596,
            "stop": 873330641
        },
        {
            "start": 873330642,
            "stop": 873330669
        },
        {
            "start": 873330711,
            "stop": 873330748
        }
    ]
}