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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8410",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8411,
    "results": [
        {
            "start": 875127840,
            "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": 875130000
        },
        {
            "start": 875130060,
            "stop": 875130555
        },
        {
            "start": 875130572,
            "stop": 875132799
        },
        {
            "start": 875132816,
            "stop": 875132982
        },
        {
            "start": 875132999,
            "stop": 875133872
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137595,
            "stop": 875137693
        }
    ]
}