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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5245",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5243",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5244,
    "results": [
        {
            "start": 1137056757,
            "stop": 1137056759
        },
        {
            "start": 1137056761,
            "stop": 1137056821
        },
        {
            "start": 1137056823,
            "stop": 1137056836
        },
        {
            "start": 1137056837,
            "stop": 1137056839
        },
        {
            "start": 1137056841,
            "stop": 1137056843
        },
        {
            "start": 1137056844,
            "stop": 1137056904
        },
        {
            "start": 1137056906,
            "stop": 1137056963
        },
        {
            "start": 1137056971,
            "stop": 1137056984
        },
        {
            "start": 1137056986,
            "stop": 1137057022
        },
        {
            "start": 1137057024,
            "stop": 1137057026
        },
        {
            "start": 1137057028,
            "stop": 1137057050
        },
        {
            "start": 1137057052,
            "stop": 1137057054
        },
        {
            "start": 1137057056,
            "stop": 1137057082
        },
        {
            "start": 1137057084,
            "stop": 1137057098
        },
        {
            "start": 1137057101,
            "stop": 1137057149
        },
        {
            "start": 1137057151,
            "stop": 1137057188
        },
        {
            "start": 1137057190,
            "stop": 1137057200
        },
        {
            "start": 1137057202,
            "stop": 1137057241
        },
        {
            "start": 1137057243,
            "stop": 1137057261
        },
        {
            "start": 1137057263,
            "stop": 1137057276
        }
    ]
}