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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9137",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9138,
    "results": [
        {
            "start": 875125680,
            "stop": 875125780
        },
        {
            "start": 875125797,
            "stop": 875125986
        },
        {
            "start": 875126003,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127582
        },
        {
            "start": 875127602,
            "stop": 875127712
        },
        {
            "start": 875127745,
            "stop": 875127773
        },
        {
            "start": 875127792,
            "stop": 875127864
        },
        {
            "start": 875127886,
            "stop": 875127992
        },
        {
            "start": 875128011,
            "stop": 875128363
        },
        {
            "start": 875128382,
            "stop": 875128558
        },
        {
            "start": 875128595,
            "stop": 875128596
        },
        {
            "start": 875128646,
            "stop": 875128653
        },
        {
            "start": 875128679,
            "stop": 875128684
        },
        {
            "start": 875128861,
            "stop": 875128886
        },
        {
            "start": 875128917,
            "stop": 875128974
        },
        {
            "start": 875129010,
            "stop": 875129091
        },
        {
            "start": 875129117,
            "stop": 875129167
        },
        {
            "start": 875129186,
            "stop": 875129774
        },
        {
            "start": 875129793,
            "stop": 875129820
        },
        {
            "start": 875129887,
            "stop": 875130555
        }
    ]
}