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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 11,
    "results": [
        {
            "start": 1126874477,
            "stop": 1126874717
        },
        {
            "start": 1126874777,
            "stop": 1126874897
        },
        {
            "start": 1126874957,
            "stop": 1126875437
        },
        {
            "start": 1126875557,
            "stop": 1126877630
        },
        {
            "start": 1126877631,
            "stop": 1126878137
        },
        {
            "start": 1126878257,
            "stop": 1126879217
        },
        {
            "start": 1126879277,
            "stop": 1126879397
        },
        {
            "start": 1126879457,
            "stop": 1126879697
        },
        {
            "start": 1126879817,
            "stop": 1126879877
        },
        {
            "start": 1126880117,
            "stop": 1126881137
        },
        {
            "start": 1126881437,
            "stop": 1126881497
        },
        {
            "start": 1126881677,
            "stop": 1126881705
        },
        {
            "start": 1126881706,
            "stop": 1126881857
        },
        {
            "start": 1126881977,
            "stop": 1126882097
        },
        {
            "start": 1126882217,
            "stop": 1126882277
        },
        {
            "start": 1126882877,
            "stop": 1126883057
        },
        {
            "start": 1126883597,
            "stop": 1126883717
        },
        {
            "start": 1126883777,
            "stop": 1126884137
        },
        {
            "start": 1126884257,
            "stop": 1126885097
        },
        {
            "start": 1126885217,
            "stop": 1126885877
        }
    ]
}