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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=303",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 304,
    "results": [
        {
            "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": 1181574563,
            "stop": 1181574702
        },
        {
            "start": 1181574704,
            "stop": 1181575864
        },
        {
            "start": 1181575865,
            "stop": 1181577191
        },
        {
            "start": 1181577314,
            "stop": 1181578107
        },
        {
            "start": 1181578108,
            "stop": 1181580023
        },
        {
            "start": 1181615025,
            "stop": 1181616566
        },
        {
            "start": 1181616567,
            "stop": 1181617548
        },
        {
            "start": 1181617549,
            "stop": 1181618858
        },
        {
            "start": 1181618859,
            "stop": 1181619176
        },
        {
            "start": 1181619177,
            "stop": 1181619944
        },
        {
            "start": 1181619945,
            "stop": 1181620451
        },
        {
            "start": 1181620452,
            "stop": 1181620456
        }
    ]
}