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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=6",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 7,
    "results": [
        {
            "start": 1259938879,
            "stop": 1259966500
        },
        {
            "start": 1259966842,
            "stop": 1259968948
        },
        {
            "start": 1259968997,
            "stop": 1259981885
        },
        {
            "start": 1259982021,
            "stop": 1259982058
        },
        {
            "start": 1259982109,
            "stop": 1260027914
        },
        {
            "start": 1260066826,
            "stop": 1260084047
        },
        {
            "start": 1260145132,
            "stop": 1260189345
        },
        {
            "start": 1260196598,
            "stop": 1260201611
        },
        {
            "start": 1260203655,
            "stop": 1260208971
        },
        {
            "start": 1260209077,
            "stop": 1260220416
        },
        {
            "start": 1260220440,
            "stop": 1260223278
        },
        {
            "start": 1260223318,
            "stop": 1260281149
        },
        {
            "start": 1260286594,
            "stop": 1260376861
        },
        {
            "start": 1260376900,
            "stop": 1260382850
        },
        {
            "start": 1260388794,
            "stop": 1260427016
        },
        {
            "start": 1260433875,
            "stop": 1260572984
        },
        {
            "start": 1260573057,
            "stop": 1260582254
        },
        {
            "start": 1260582318,
            "stop": 1260606313
        },
        {
            "start": 1260606397,
            "stop": 1260633523
        },
        {
            "start": 1260661094,
            "stop": 1260703278
        }
    ]
}