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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=239",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 240,
    "results": [
        {
            "start": 1240246265,
            "stop": 1240246384
        },
        {
            "start": 1240246385,
            "stop": 1240246504
        },
        {
            "start": 1240246505,
            "stop": 1240246624
        },
        {
            "start": 1240246625,
            "stop": 1240246744
        },
        {
            "start": 1240246745,
            "stop": 1240246864
        },
        {
            "start": 1240246865,
            "stop": 1240246984
        },
        {
            "start": 1240246985,
            "stop": 1240247104
        },
        {
            "start": 1240247105,
            "stop": 1240247224
        },
        {
            "start": 1240247225,
            "stop": 1240247344
        },
        {
            "start": 1240247345,
            "stop": 1240247464
        },
        {
            "start": 1240247465,
            "stop": 1240247584
        },
        {
            "start": 1240247585,
            "stop": 1240247704
        },
        {
            "start": 1240247705,
            "stop": 1240247824
        },
        {
            "start": 1240247825,
            "stop": 1240247944
        },
        {
            "start": 1240247945,
            "stop": 1240248064
        },
        {
            "start": 1240248065,
            "stop": 1240248184
        },
        {
            "start": 1240248185,
            "stop": 1240248304
        },
        {
            "start": 1240248305,
            "stop": 1240248424
        },
        {
            "start": 1240248425,
            "stop": 1240248544
        },
        {
            "start": 1240248545,
            "stop": 1240248664
        }
    ]
}