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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=34",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 35,
    "results": [
        {
            "start": 1165841729,
            "stop": 1165841733
        },
        {
            "start": 1165841734,
            "stop": 1165841746
        },
        {
            "start": 1165841747,
            "stop": 1165841764
        },
        {
            "start": 1165841765,
            "stop": 1165841769
        },
        {
            "start": 1165841770,
            "stop": 1165841771
        },
        {
            "start": 1165841772,
            "stop": 1165841778
        },
        {
            "start": 1165841779,
            "stop": 1165841808
        },
        {
            "start": 1165841809,
            "stop": 1165841831
        },
        {
            "start": 1165841832,
            "stop": 1165841853
        },
        {
            "start": 1165841854,
            "stop": 1165841868
        },
        {
            "start": 1165841869,
            "stop": 1165841870
        },
        {
            "start": 1165841871,
            "stop": 1165841877
        },
        {
            "start": 1165841878,
            "stop": 1165841879
        },
        {
            "start": 1165841880,
            "stop": 1165841892
        },
        {
            "start": 1165841893,
            "stop": 1165841914
        },
        {
            "start": 1165841916,
            "stop": 1165841939
        },
        {
            "start": 1165841940,
            "stop": 1165841950
        },
        {
            "start": 1165841952,
            "stop": 1165841967
        },
        {
            "start": 1165841968,
            "stop": 1165841986
        },
        {
            "start": 1165841988,
            "stop": 1165841999
        }
    ]
}