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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=182",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 183,
    "results": [
        {
            "start": 1176947606,
            "stop": 1176947633
        },
        {
            "start": 1176947636,
            "stop": 1176947639
        },
        {
            "start": 1176947641,
            "stop": 1176947654
        },
        {
            "start": 1176947657,
            "stop": 1176947660
        },
        {
            "start": 1176947661,
            "stop": 1176947666
        },
        {
            "start": 1176947680,
            "stop": 1176947686
        },
        {
            "start": 1176947688,
            "stop": 1176947689
        },
        {
            "start": 1176947690,
            "stop": 1176947694
        },
        {
            "start": 1176947696,
            "stop": 1176947761
        },
        {
            "start": 1176947762,
            "stop": 1176947775
        },
        {
            "start": 1176947777,
            "stop": 1176947784
        },
        {
            "start": 1176947788,
            "stop": 1176947790
        },
        {
            "start": 1176947791,
            "stop": 1176947797
        },
        {
            "start": 1176947799,
            "stop": 1176947841
        },
        {
            "start": 1176947842,
            "stop": 1176947857
        },
        {
            "start": 1176947866,
            "stop": 1176947924
        },
        {
            "start": 1176947926,
            "stop": 1176947927
        },
        {
            "start": 1176947931,
            "stop": 1176947964
        },
        {
            "start": 1176947970,
            "stop": 1176947974
        },
        {
            "start": 1176947977,
            "stop": 1176948058
        }
    ]
}