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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 116,
    "results": [
        {
            "start": 1126633892,
            "stop": 1126633893
        },
        {
            "start": 1126633894,
            "stop": 1126633903
        },
        {
            "start": 1126633906,
            "stop": 1126633925
        },
        {
            "start": 1126633926,
            "stop": 1126633930
        },
        {
            "start": 1126633931,
            "stop": 1126633933
        },
        {
            "start": 1126633935,
            "stop": 1126633939
        },
        {
            "start": 1126633940,
            "stop": 1126633942
        },
        {
            "start": 1126633943,
            "stop": 1126633947
        },
        {
            "start": 1126633948,
            "stop": 1126633959
        },
        {
            "start": 1126633960,
            "stop": 1126633962
        },
        {
            "start": 1126633966,
            "stop": 1126633970
        },
        {
            "start": 1126633972,
            "stop": 1126633995
        },
        {
            "start": 1126633998,
            "stop": 1126634007
        },
        {
            "start": 1126634008,
            "stop": 1126634037
        },
        {
            "start": 1126634039,
            "stop": 1126634040
        },
        {
            "start": 1126634041,
            "stop": 1126634042
        },
        {
            "start": 1126634043,
            "stop": 1126634044
        },
        {
            "start": 1126634045,
            "stop": 1126634046
        },
        {
            "start": 1126634048,
            "stop": 1126634051
        },
        {
            "start": 1126634052,
            "stop": 1126634057
        }
    ]
}