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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=5",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 6,
    "results": [
        {
            "start": 1126879277,
            "stop": 1126879397
        },
        {
            "start": 1126879457,
            "stop": 1126879697
        },
        {
            "start": 1126879817,
            "stop": 1126879877
        },
        {
            "start": 1126880117,
            "stop": 1126881137
        },
        {
            "start": 1126881437,
            "stop": 1126881497
        },
        {
            "start": 1126881677,
            "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
        },
        {
            "start": 1126885937,
            "stop": 1126886117
        },
        {
            "start": 1126886177,
            "stop": 1126886477
        },
        {
            "start": 1126886537,
            "stop": 1126886597
        },
        {
            "start": 1126886777,
            "stop": 1126886897
        },
        {
            "start": 1126887137,
            "stop": 1126887677
        },
        {
            "start": 1126887977,
            "stop": 1126888037
        },
        {
            "start": 1126888397,
            "stop": 1126888457
        }
    ]
}