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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=268",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 269,
    "results": [
        {
            "start": 1178236958,
            "stop": 1178237256
        },
        {
            "start": 1178237257,
            "stop": 1178237696
        },
        {
            "start": 1178237697,
            "stop": 1178238037
        },
        {
            "start": 1178238043,
            "stop": 1178238873
        },
        {
            "start": 1178238875,
            "stop": 1178239499
        },
        {
            "start": 1178239500,
            "stop": 1178239678
        },
        {
            "start": 1178239680,
            "stop": 1178239927
        },
        {
            "start": 1178239929,
            "stop": 1178239930
        },
        {
            "start": 1178239931,
            "stop": 1178240038
        },
        {
            "start": 1178240041,
            "stop": 1178240174
        },
        {
            "start": 1178240175,
            "stop": 1178240248
        },
        {
            "start": 1178240249,
            "stop": 1178240403
        },
        {
            "start": 1178240405,
            "stop": 1178240417
        },
        {
            "start": 1178240418,
            "stop": 1178240516
        },
        {
            "start": 1178240517,
            "stop": 1178245066
        },
        {
            "start": 1178245068,
            "stop": 1178245112
        },
        {
            "start": 1178245113,
            "stop": 1178245572
        },
        {
            "start": 1178245576,
            "stop": 1178247455
        },
        {
            "start": 1178247457,
            "stop": 1178247471
        },
        {
            "start": 1178247472,
            "stop": 1178247481
        }
    ]
}