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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 176,
    "results": [
        {
            "start": 1126777097,
            "stop": 1126777128
        },
        {
            "start": 1126777129,
            "stop": 1126777190
        },
        {
            "start": 1126777192,
            "stop": 1126777387
        },
        {
            "start": 1126777389,
            "stop": 1126777390
        },
        {
            "start": 1126777397,
            "stop": 1126777458
        },
        {
            "start": 1126777460,
            "stop": 1126777773
        },
        {
            "start": 1126777774,
            "stop": 1126778069
        },
        {
            "start": 1126778070,
            "stop": 1126778405
        },
        {
            "start": 1126778412,
            "stop": 1126778414
        },
        {
            "start": 1126778415,
            "stop": 1126778728
        },
        {
            "start": 1126778730,
            "stop": 1126779096
        },
        {
            "start": 1126779097,
            "stop": 1126779469
        },
        {
            "start": 1126779471,
            "stop": 1126779533
        },
        {
            "start": 1126779534,
            "stop": 1126779672
        },
        {
            "start": 1126779674,
            "stop": 1126779676
        },
        {
            "start": 1126779678,
            "stop": 1126779679
        },
        {
            "start": 1126779686,
            "stop": 1126779825
        },
        {
            "start": 1126779826,
            "stop": 1126780020
        },
        {
            "start": 1126780021,
            "stop": 1126780119
        },
        {
            "start": 1126780122,
            "stop": 1126780140
        }
    ]
}