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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 140,
    "results": [
        {
            "start": 1126660018,
            "stop": 1126660024
        },
        {
            "start": 1126660026,
            "stop": 1126660030
        },
        {
            "start": 1126660037,
            "stop": 1126660042
        },
        {
            "start": 1126660043,
            "stop": 1126660044
        },
        {
            "start": 1126660045,
            "stop": 1126660046
        },
        {
            "start": 1126660048,
            "stop": 1126660050
        },
        {
            "start": 1126660052,
            "stop": 1126660064
        },
        {
            "start": 1126660072,
            "stop": 1126660073
        },
        {
            "start": 1126660076,
            "stop": 1126660079
        },
        {
            "start": 1126660080,
            "stop": 1126660105
        },
        {
            "start": 1126660106,
            "stop": 1126660107
        },
        {
            "start": 1126660114,
            "stop": 1126660115
        },
        {
            "start": 1126660116,
            "stop": 1126660118
        },
        {
            "start": 1126660120,
            "stop": 1126660123
        },
        {
            "start": 1126660124,
            "stop": 1126660125
        },
        {
            "start": 1126660128,
            "stop": 1126660144
        },
        {
            "start": 1126660146,
            "stop": 1126660147
        },
        {
            "start": 1126660148,
            "stop": 1126660150
        },
        {
            "start": 1126660151,
            "stop": 1126660154
        },
        {
            "start": 1126660155,
            "stop": 1126660173
        }
    ]
}