Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9097
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9096",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9097,
    "results": [
        {
            "start": 874745089,
            "stop": 874745136
        },
        {
            "start": 874745160,
            "stop": 874745664
        },
        {
            "start": 874745681,
            "stop": 874745690
        },
        {
            "start": 874745710,
            "stop": 874745906
        },
        {
            "start": 874745925,
            "stop": 874746112
        },
        {
            "start": 874746131,
            "stop": 874746160
        },
        {
            "start": 874746179,
            "stop": 874746391
        },
        {
            "start": 874746431,
            "stop": 874746506
        },
        {
            "start": 874746524,
            "stop": 874746823
        },
        {
            "start": 874746845,
            "stop": 874746997
        },
        {
            "start": 874747017,
            "stop": 874747401
        },
        {
            "start": 874747420,
            "stop": 874748420
        },
        {
            "start": 874748440,
            "stop": 874748452
        },
        {
            "start": 874748471,
            "stop": 874748475
        },
        {
            "start": 874748494,
            "stop": 874749066
        },
        {
            "start": 874749085,
            "stop": 874749099
        },
        {
            "start": 874749123,
            "stop": 874749239
        },
        {
            "start": 874749275,
            "stop": 874749562
        },
        {
            "start": 874749579,
            "stop": 874750343
        },
        {
            "start": 874750362,
            "stop": 874750429
        }
    ]
}