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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=163",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 164,
    "results": [
        {
            "start": 1177528518,
            "stop": 1177528564
        },
        {
            "start": 1177528566,
            "stop": 1177528635
        },
        {
            "start": 1177528636,
            "stop": 1177528641
        },
        {
            "start": 1177528645,
            "stop": 1177528652
        },
        {
            "start": 1177528656,
            "stop": 1177528661
        },
        {
            "start": 1177528667,
            "stop": 1177528672
        },
        {
            "start": 1177528679,
            "stop": 1177528684
        },
        {
            "start": 1177528691,
            "stop": 1177528696
        },
        {
            "start": 1177528703,
            "stop": 1177528712
        },
        {
            "start": 1177528716,
            "stop": 1177528753
        },
        {
            "start": 1177528756,
            "stop": 1177528763
        },
        {
            "start": 1177528768,
            "stop": 1177528813
        },
        {
            "start": 1177528819,
            "stop": 1177528824
        },
        {
            "start": 1177528830,
            "stop": 1177528835
        },
        {
            "start": 1177528837,
            "stop": 1177528853
        },
        {
            "start": 1177528854,
            "stop": 1177528861
        },
        {
            "start": 1177528866,
            "stop": 1177528873
        },
        {
            "start": 1177528876,
            "stop": 1177529105
        },
        {
            "start": 1177529106,
            "stop": 1177529112
        },
        {
            "start": 1177529116,
            "stop": 1177529459
        }
    ]
}