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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 184,
    "results": [
        {
            "start": 1126805797,
            "stop": 1126805799
        },
        {
            "start": 1126805803,
            "stop": 1126805804
        },
        {
            "start": 1126805814,
            "stop": 1126805975
        },
        {
            "start": 1126805976,
            "stop": 1126805979
        },
        {
            "start": 1126805981,
            "stop": 1126805985
        },
        {
            "start": 1126805987,
            "stop": 1126806003
        },
        {
            "start": 1126806005,
            "stop": 1126806017
        },
        {
            "start": 1126806018,
            "stop": 1126806106
        },
        {
            "start": 1126806107,
            "stop": 1126806109
        },
        {
            "start": 1126806111,
            "stop": 1126806133
        },
        {
            "start": 1126806134,
            "stop": 1126806169
        },
        {
            "start": 1126806170,
            "stop": 1126806171
        },
        {
            "start": 1126806172,
            "stop": 1126806243
        },
        {
            "start": 1126806248,
            "stop": 1126806250
        },
        {
            "start": 1126806252,
            "stop": 1126806391
        },
        {
            "start": 1126806392,
            "stop": 1126806493
        },
        {
            "start": 1126806494,
            "stop": 1126806615
        },
        {
            "start": 1126806617,
            "stop": 1126806831
        },
        {
            "start": 1126806832,
            "stop": 1126806865
        },
        {
            "start": 1126806866,
            "stop": 1126806877
        }
    ]
}