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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 124,
    "results": [
        {
            "start": 1126638234,
            "stop": 1126638247
        },
        {
            "start": 1126638248,
            "stop": 1126638262
        },
        {
            "start": 1126638264,
            "stop": 1126638270
        },
        {
            "start": 1126638271,
            "stop": 1126638278
        },
        {
            "start": 1126638280,
            "stop": 1126638290
        },
        {
            "start": 1126638295,
            "stop": 1126638296
        },
        {
            "start": 1126638298,
            "stop": 1126638299
        },
        {
            "start": 1126638304,
            "stop": 1126638305
        },
        {
            "start": 1126638309,
            "stop": 1126638314
        },
        {
            "start": 1126638316,
            "stop": 1126638317
        },
        {
            "start": 1126638320,
            "stop": 1126638418
        },
        {
            "start": 1126638419,
            "stop": 1126638494
        },
        {
            "start": 1126638496,
            "stop": 1126638558
        },
        {
            "start": 1126638559,
            "stop": 1126638574
        },
        {
            "start": 1126638575,
            "stop": 1126638596
        },
        {
            "start": 1126638597,
            "stop": 1126638615
        },
        {
            "start": 1126638617,
            "stop": 1126638648
        },
        {
            "start": 1126638649,
            "stop": 1126638679
        },
        {
            "start": 1126638680,
            "stop": 1126638710
        },
        {
            "start": 1126638717,
            "stop": 1126638721
        }
    ]
}