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=9126
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=9127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9125",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9126,
    "results": [
        {
            "start": 875077781,
            "stop": 875077784
        },
        {
            "start": 875077803,
            "stop": 875077828
        },
        {
            "start": 875077847,
            "stop": 875078456
        },
        {
            "start": 875078475,
            "stop": 875078795
        },
        {
            "start": 875078812,
            "stop": 875078857
        },
        {
            "start": 875078925,
            "stop": 875078939
        },
        {
            "start": 875078977,
            "stop": 875079535
        },
        {
            "start": 875079554,
            "stop": 875079560
        },
        {
            "start": 875079590,
            "stop": 875079657
        },
        {
            "start": 875079674,
            "stop": 875080028
        },
        {
            "start": 875080047,
            "stop": 875080146
        },
        {
            "start": 875080181,
            "stop": 875080185
        },
        {
            "start": 875080204,
            "stop": 875080519
        },
        {
            "start": 875080538,
            "stop": 875080856
        },
        {
            "start": 875080875,
            "stop": 875080935
        },
        {
            "start": 875080954,
            "stop": 875081273
        },
        {
            "start": 875081290,
            "stop": 875081477
        },
        {
            "start": 875081514,
            "stop": 875081533
        },
        {
            "start": 875081552,
            "stop": 875081652
        },
        {
            "start": 875081671,
            "stop": 875081742
        }
    ]
}