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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=150",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 151,
    "results": [
        {
            "start": 1177432558,
            "stop": 1177432671
        },
        {
            "start": 1177432673,
            "stop": 1177432703
        },
        {
            "start": 1177432709,
            "stop": 1177432713
        },
        {
            "start": 1177432718,
            "stop": 1177432757
        },
        {
            "start": 1177432758,
            "stop": 1177432764
        },
        {
            "start": 1177432768,
            "stop": 1177432786
        },
        {
            "start": 1177432793,
            "stop": 1177432797
        },
        {
            "start": 1177432805,
            "stop": 1177432808
        },
        {
            "start": 1177432816,
            "stop": 1177432826
        },
        {
            "start": 1177432828,
            "stop": 1177432836
        },
        {
            "start": 1177432845,
            "stop": 1177432848
        },
        {
            "start": 1177432857,
            "stop": 1177432861
        },
        {
            "start": 1177432868,
            "stop": 1177432876
        },
        {
            "start": 1177432881,
            "stop": 1177432887
        },
        {
            "start": 1177432893,
            "stop": 1177432899
        },
        {
            "start": 1177432902,
            "stop": 1177432991
        },
        {
            "start": 1177432992,
            "stop": 1177433094
        },
        {
            "start": 1177433096,
            "stop": 1177433103
        },
        {
            "start": 1177433107,
            "stop": 1177433115
        },
        {
            "start": 1177433117,
            "stop": 1177433166
        }
    ]
}