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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=118",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 119,
    "results": [
        {
            "start": 1176204891,
            "stop": 1176204900
        },
        {
            "start": 1176204901,
            "stop": 1176213984
        },
        {
            "start": 1176213985,
            "stop": 1176214709
        },
        {
            "start": 1176214710,
            "stop": 1176214805
        },
        {
            "start": 1176214806,
            "stop": 1176214807
        },
        {
            "start": 1176214808,
            "stop": 1176214856
        },
        {
            "start": 1176214858,
            "stop": 1176215491
        },
        {
            "start": 1176215500,
            "stop": 1176215502
        },
        {
            "start": 1176215504,
            "stop": 1176215591
        },
        {
            "start": 1176215593,
            "stop": 1176215841
        },
        {
            "start": 1176215843,
            "stop": 1176215848
        },
        {
            "start": 1176215850,
            "stop": 1176216702
        },
        {
            "start": 1176216703,
            "stop": 1176216704
        },
        {
            "start": 1176216705,
            "stop": 1176216736
        },
        {
            "start": 1176216738,
            "stop": 1176216786
        },
        {
            "start": 1176216787,
            "stop": 1176216788
        },
        {
            "start": 1176216789,
            "stop": 1176216937
        },
        {
            "start": 1176216938,
            "stop": 1176216947
        },
        {
            "start": 1176216948,
            "stop": 1176216950
        },
        {
            "start": 1176216952,
            "stop": 1176216964
        }
    ]
}