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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 349,
    "results": [
        {
            "start": 1181555925,
            "stop": 1181558028
        },
        {
            "start": 1181558029,
            "stop": 1181560459
        },
        {
            "start": 1181560460,
            "stop": 1181562537
        },
        {
            "start": 1181562539,
            "stop": 1181562573
        },
        {
            "start": 1181562574,
            "stop": 1181563094
        },
        {
            "start": 1181563095,
            "stop": 1181564873
        },
        {
            "start": 1181564874,
            "stop": 1181566967
        },
        {
            "start": 1181566968,
            "stop": 1181569150
        },
        {
            "start": 1181569151,
            "stop": 1181571194
        },
        {
            "start": 1181571196,
            "stop": 1181573880
        },
        {
            "start": 1181573881,
            "stop": 1181574561
        },
        {
            "start": 1181574564,
            "stop": 1181574702
        },
        {
            "start": 1181574705,
            "stop": 1181574797
        },
        {
            "start": 1181574801,
            "stop": 1181575864
        },
        {
            "start": 1181575865,
            "stop": 1181576261
        },
        {
            "start": 1181576265,
            "stop": 1181577191
        },
        {
            "start": 1181577314,
            "stop": 1181577608
        },
        {
            "start": 1181577612,
            "stop": 1181578107
        },
        {
            "start": 1181578108,
            "stop": 1181580023
        },
        {
            "start": 1181615025,
            "stop": 1181616566
        }
    ]
}