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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=326",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 327,
    "results": [
        {
            "start": 1181840040,
            "stop": 1181840689
        },
        {
            "start": 1181840691,
            "stop": 1181841012
        },
        {
            "start": 1181841015,
            "stop": 1181841044
        },
        {
            "start": 1181841045,
            "stop": 1181841429
        },
        {
            "start": 1181841430,
            "stop": 1181841553
        },
        {
            "start": 1181841558,
            "stop": 1181841930
        },
        {
            "start": 1181841931,
            "stop": 1181845688
        },
        {
            "start": 1181845689,
            "stop": 1181845761
        },
        {
            "start": 1181845762,
            "stop": 1181845818
        },
        {
            "start": 1181845820,
            "stop": 1181845872
        },
        {
            "start": 1181845873,
            "stop": 1181847000
        },
        {
            "start": 1181847001,
            "stop": 1181847002
        },
        {
            "start": 1181847004,
            "stop": 1181847149
        },
        {
            "start": 1181847150,
            "stop": 1181847157
        },
        {
            "start": 1181847162,
            "stop": 1181847163
        },
        {
            "start": 1181847165,
            "stop": 1181847197
        },
        {
            "start": 1181847198,
            "stop": 1181848951
        },
        {
            "start": 1181848953,
            "stop": 1181849236
        },
        {
            "start": 1181849238,
            "stop": 1181849259
        },
        {
            "start": 1181849260,
            "stop": 1181863523
        }
    ]
}