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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14863",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14861",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14862,
    "results": [
        {
            "start": 971409632,
            "stop": 971409637
        },
        {
            "start": 971409639,
            "stop": 971409641
        },
        {
            "start": 971409642,
            "stop": 971409643
        },
        {
            "start": 971409646,
            "stop": 971409647
        },
        {
            "start": 971409649,
            "stop": 971409660
        },
        {
            "start": 971409661,
            "stop": 971409664
        },
        {
            "start": 971409665,
            "stop": 971409676
        },
        {
            "start": 971409678,
            "stop": 971409681
        },
        {
            "start": 971409684,
            "stop": 971409685
        },
        {
            "start": 971409687,
            "stop": 971409689
        },
        {
            "start": 971409691,
            "stop": 971409693
        },
        {
            "start": 971409694,
            "stop": 971409695
        },
        {
            "start": 971409697,
            "stop": 971409698
        },
        {
            "start": 971409716,
            "stop": 971409717
        },
        {
            "start": 971409719,
            "stop": 971409724
        },
        {
            "start": 971409725,
            "stop": 971409727
        },
        {
            "start": 971409730,
            "stop": 971409733
        },
        {
            "start": 971409734,
            "stop": 971409737
        },
        {
            "start": 971409739,
            "stop": 971409750
        },
        {
            "start": 971409751,
            "stop": 971409754
        }
    ]
}