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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=151",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 152,
    "results": [
        {
            "start": 818856584,
            "stop": 818857533
        },
        {
            "start": 818857541,
            "stop": 818859131
        },
        {
            "start": 818859146,
            "stop": 818859273
        },
        {
            "start": 818859282,
            "stop": 818859486
        },
        {
            "start": 818859494,
            "stop": 818859709
        },
        {
            "start": 818859716,
            "stop": 818860155
        },
        {
            "start": 818860163,
            "stop": 818861207
        },
        {
            "start": 818861215,
            "stop": 818861219
        },
        {
            "start": 818861227,
            "stop": 818862214
        },
        {
            "start": 818862222,
            "stop": 818862692
        },
        {
            "start": 818862699,
            "stop": 818863335
        },
        {
            "start": 818863342,
            "stop": 818863577
        },
        {
            "start": 818863584,
            "stop": 818863620
        },
        {
            "start": 818863628,
            "stop": 818863632
        },
        {
            "start": 818863640,
            "stop": 818863646
        },
        {
            "start": 818863653,
            "stop": 818863665
        },
        {
            "start": 818863672,
            "stop": 818863938
        },
        {
            "start": 818863946,
            "stop": 818864199
        },
        {
            "start": 818864206,
            "stop": 818864720
        },
        {
            "start": 818864727,
            "stop": 818865201
        }
    ]
}