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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 85,
    "results": [
        {
            "start": 1126547187,
            "stop": 1126547209
        },
        {
            "start": 1126547211,
            "stop": 1126547215
        },
        {
            "start": 1126547217,
            "stop": 1126547219
        },
        {
            "start": 1126547221,
            "stop": 1126547232
        },
        {
            "start": 1126547236,
            "stop": 1126547238
        },
        {
            "start": 1126547240,
            "stop": 1126547244
        },
        {
            "start": 1126547246,
            "stop": 1126547248
        },
        {
            "start": 1126547250,
            "stop": 1126547261
        },
        {
            "start": 1126547263,
            "stop": 1126547267
        },
        {
            "start": 1126547268,
            "stop": 1126547272
        },
        {
            "start": 1126547274,
            "stop": 1126547277
        },
        {
            "start": 1126547279,
            "stop": 1126547282
        },
        {
            "start": 1126547284,
            "stop": 1126547285
        },
        {
            "start": 1126547286,
            "stop": 1126547308
        },
        {
            "start": 1126547310,
            "stop": 1126547431
        },
        {
            "start": 1126547432,
            "stop": 1126547488
        },
        {
            "start": 1126547490,
            "stop": 1126547492
        },
        {
            "start": 1126547493,
            "stop": 1126547495
        },
        {
            "start": 1126547497,
            "stop": 1126547619
        },
        {
            "start": 1126547626,
            "stop": 1126547740
        }
    ]
}