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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=116",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 117,
    "results": [
        {
            "start": 1134911561,
            "stop": 1134911574
        },
        {
            "start": 1134911589,
            "stop": 1134911592
        },
        {
            "start": 1134911607,
            "stop": 1134911608
        },
        {
            "start": 1134911612,
            "stop": 1134911652
        },
        {
            "start": 1134911661,
            "stop": 1134911666
        },
        {
            "start": 1134911677,
            "stop": 1134911681
        },
        {
            "start": 1134911685,
            "stop": 1134911700
        },
        {
            "start": 1134911708,
            "stop": 1134911729
        },
        {
            "start": 1134911733,
            "stop": 1134911743
        },
        {
            "start": 1134911748,
            "stop": 1134911751
        },
        {
            "start": 1134911759,
            "stop": 1134911898
        },
        {
            "start": 1134911901,
            "stop": 1134911907
        },
        {
            "start": 1134911945,
            "stop": 1134911946
        },
        {
            "start": 1134911952,
            "stop": 1134911955
        },
        {
            "start": 1134911963,
            "stop": 1134912003
        },
        {
            "start": 1134912093,
            "stop": 1134912101
        },
        {
            "start": 1134912120,
            "stop": 1134912121
        },
        {
            "start": 1134912124,
            "stop": 1134912129
        },
        {
            "start": 1134912202,
            "stop": 1134912221
        },
        {
            "start": 1134912225,
            "stop": 1134912239
        }
    ]
}