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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=321",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 322,
    "results": [
        {
            "start": 1181759681,
            "stop": 1181759825
        },
        {
            "start": 1181759826,
            "stop": 1181761446
        },
        {
            "start": 1181761447,
            "stop": 1181762047
        },
        {
            "start": 1181762048,
            "stop": 1181764478
        },
        {
            "start": 1181764479,
            "stop": 1181764706
        },
        {
            "start": 1181764707,
            "stop": 1181764708
        },
        {
            "start": 1181764709,
            "stop": 1181765710
        },
        {
            "start": 1181765712,
            "stop": 1181766422
        },
        {
            "start": 1181766423,
            "stop": 1181766623
        },
        {
            "start": 1181766626,
            "stop": 1181767705
        },
        {
            "start": 1181767707,
            "stop": 1181768437
        },
        {
            "start": 1181768438,
            "stop": 1181770712
        },
        {
            "start": 1181770714,
            "stop": 1181771024
        },
        {
            "start": 1181771025,
            "stop": 1181771026
        },
        {
            "start": 1181771027,
            "stop": 1181771436
        },
        {
            "start": 1181771437,
            "stop": 1181771532
        },
        {
            "start": 1181771534,
            "stop": 1181771758
        },
        {
            "start": 1181771760,
            "stop": 1181772773
        },
        {
            "start": 1181772774,
            "stop": 1181773468
        },
        {
            "start": 1181773469,
            "stop": 1181774838
        }
    ]
}