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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=208",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 209,
    "results": [
        {
            "start": 1183670718,
            "stop": 1183670720
        },
        {
            "start": 1183670721,
            "stop": 1183670750
        },
        {
            "start": 1183670751,
            "stop": 1183670787
        },
        {
            "start": 1183670790,
            "stop": 1183670800
        },
        {
            "start": 1183670803,
            "stop": 1183670804
        },
        {
            "start": 1183670805,
            "stop": 1183670807
        },
        {
            "start": 1183670810,
            "stop": 1183670833
        },
        {
            "start": 1183670837,
            "stop": 1183670838
        },
        {
            "start": 1183670840,
            "stop": 1183670857
        },
        {
            "start": 1183670858,
            "stop": 1183670889
        },
        {
            "start": 1183670893,
            "stop": 1183670928
        },
        {
            "start": 1183670929,
            "stop": 1183670952
        },
        {
            "start": 1183670953,
            "stop": 1183670959
        },
        {
            "start": 1183670960,
            "stop": 1183671393
        },
        {
            "start": 1183671395,
            "stop": 1183671427
        },
        {
            "start": 1183671428,
            "stop": 1183671618
        },
        {
            "start": 1183671619,
            "stop": 1183671660
        },
        {
            "start": 1183671663,
            "stop": 1183671718
        },
        {
            "start": 1183671720,
            "stop": 1183671804
        },
        {
            "start": 1183671805,
            "stop": 1183671869
        }
    ]
}