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=3722
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=3723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3721",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3722,
    "results": [
        {
            "start": 872644590,
            "stop": 872644591
        },
        {
            "start": 872644596,
            "stop": 872644597
        },
        {
            "start": 872644598,
            "stop": 872644599
        },
        {
            "start": 872644603,
            "stop": 872644608
        },
        {
            "start": 872644610,
            "stop": 872644611
        },
        {
            "start": 872644612,
            "stop": 872644614
        },
        {
            "start": 872644618,
            "stop": 872644619
        },
        {
            "start": 872644620,
            "stop": 872644622
        },
        {
            "start": 872644625,
            "stop": 872644626
        },
        {
            "start": 872644633,
            "stop": 872644635
        },
        {
            "start": 872644636,
            "stop": 872644637
        },
        {
            "start": 872644638,
            "stop": 872644643
        },
        {
            "start": 872644644,
            "stop": 872644651
        },
        {
            "start": 872644652,
            "stop": 872644655
        },
        {
            "start": 872644657,
            "stop": 872644658
        },
        {
            "start": 872644659,
            "stop": 872644671
        },
        {
            "start": 872644672,
            "stop": 872644675
        },
        {
            "start": 872644676,
            "stop": 872644679
        },
        {
            "start": 872644682,
            "stop": 872644695
        },
        {
            "start": 872644698,
            "stop": 872644704
        }
    ]
}