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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 175,
    "results": [
        {
            "start": 1176718206,
            "stop": 1176718207
        },
        {
            "start": 1176718208,
            "stop": 1176718272
        },
        {
            "start": 1176718275,
            "stop": 1176718295
        },
        {
            "start": 1176718297,
            "stop": 1176718298
        },
        {
            "start": 1176718306,
            "stop": 1176718316
        },
        {
            "start": 1176718327,
            "stop": 1176718338
        },
        {
            "start": 1176718341,
            "stop": 1176718342
        },
        {
            "start": 1176718343,
            "stop": 1176718344
        },
        {
            "start": 1176718345,
            "stop": 1176718352
        },
        {
            "start": 1176718354,
            "stop": 1176718377
        },
        {
            "start": 1176718385,
            "stop": 1176718408
        },
        {
            "start": 1176718410,
            "stop": 1176718413
        },
        {
            "start": 1176718420,
            "stop": 1176718628
        },
        {
            "start": 1176718632,
            "stop": 1176718633
        },
        {
            "start": 1176718638,
            "stop": 1176719016
        },
        {
            "start": 1176719019,
            "stop": 1176719020
        },
        {
            "start": 1176719021,
            "stop": 1176719140
        },
        {
            "start": 1176719142,
            "stop": 1176719885
        },
        {
            "start": 1176719886,
            "stop": 1176719888
        },
        {
            "start": 1176719889,
            "stop": 1176720297
        }
    ]
}