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=5087
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=5088",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5086",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5087,
    "results": [
        {
            "start": 1136970322,
            "stop": 1136970325
        },
        {
            "start": 1136970327,
            "stop": 1136970346
        },
        {
            "start": 1136970349,
            "stop": 1136970356
        },
        {
            "start": 1136970358,
            "stop": 1136970375
        },
        {
            "start": 1136970378,
            "stop": 1136970381
        },
        {
            "start": 1136970383,
            "stop": 1136970402
        },
        {
            "start": 1136970404,
            "stop": 1136970626
        },
        {
            "start": 1136970628,
            "stop": 1136970638
        },
        {
            "start": 1136970639,
            "stop": 1136970668
        },
        {
            "start": 1136970672,
            "stop": 1136970692
        },
        {
            "start": 1136970694,
            "stop": 1136970697
        },
        {
            "start": 1136970699,
            "stop": 1136970747
        },
        {
            "start": 1136970749,
            "stop": 1136970791
        },
        {
            "start": 1136970795,
            "stop": 1136970821
        },
        {
            "start": 1136970823,
            "stop": 1136970846
        },
        {
            "start": 1136970848,
            "stop": 1136970856
        },
        {
            "start": 1136970858,
            "stop": 1136970860
        },
        {
            "start": 1136970861,
            "stop": 1136970884
        },
        {
            "start": 1136970888,
            "stop": 1136970953
        },
        {
            "start": 1136970955,
            "stop": 1136971003
        }
    ]
}