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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 225,
    "results": [
        {
            "start": 1126874177,
            "stop": 1126874180
        },
        {
            "start": 1126874182,
            "stop": 1126874185
        },
        {
            "start": 1126874186,
            "stop": 1126874188
        },
        {
            "start": 1126874190,
            "stop": 1126874191
        },
        {
            "start": 1126874192,
            "stop": 1126874193
        },
        {
            "start": 1126874194,
            "stop": 1126874200
        },
        {
            "start": 1126874201,
            "stop": 1126874237
        },
        {
            "start": 1126874297,
            "stop": 1126874312
        },
        {
            "start": 1126874314,
            "stop": 1126874318
        },
        {
            "start": 1126874321,
            "stop": 1126874337
        },
        {
            "start": 1126874338,
            "stop": 1126874383
        },
        {
            "start": 1126874384,
            "stop": 1126874387
        },
        {
            "start": 1126874389,
            "stop": 1126874396
        },
        {
            "start": 1126874407,
            "stop": 1126874408
        },
        {
            "start": 1126874478,
            "stop": 1126874489
        },
        {
            "start": 1126874491,
            "stop": 1126874496
        },
        {
            "start": 1126874498,
            "stop": 1126874499
        },
        {
            "start": 1126874500,
            "stop": 1126874540
        },
        {
            "start": 1126874541,
            "stop": 1126874545
        },
        {
            "start": 1126874547,
            "stop": 1126874571
        }
    ]
}