Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=347
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=346",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 347,
    "results": [
        {
            "start": 1177432511,
            "stop": 1177432521
        },
        {
            "start": 1177432525,
            "stop": 1177432533
        },
        {
            "start": 1177432538,
            "stop": 1177432543
        },
        {
            "start": 1177432549,
            "stop": 1177432554
        },
        {
            "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
        }
    ]
}