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=5112
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=5113",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5111",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5112,
    "results": [
        {
            "start": 1136982035,
            "stop": 1136982056
        },
        {
            "start": 1136982058,
            "stop": 1136982061
        },
        {
            "start": 1136982063,
            "stop": 1136982080
        },
        {
            "start": 1136982081,
            "stop": 1136982085
        },
        {
            "start": 1136982087,
            "stop": 1136982161
        },
        {
            "start": 1136982163,
            "stop": 1136982270
        },
        {
            "start": 1136982272,
            "stop": 1136982313
        },
        {
            "start": 1136982315,
            "stop": 1136982323
        },
        {
            "start": 1136982325,
            "stop": 1136982335
        },
        {
            "start": 1136982337,
            "stop": 1136982348
        },
        {
            "start": 1136982350,
            "stop": 1136982359
        },
        {
            "start": 1136982361,
            "stop": 1136982370
        },
        {
            "start": 1136982372,
            "stop": 1136982373
        },
        {
            "start": 1136982374,
            "stop": 1136982379
        },
        {
            "start": 1136982380,
            "stop": 1136982381
        },
        {
            "start": 1136982383,
            "stop": 1136982394
        },
        {
            "start": 1136982396,
            "stop": 1136982407
        },
        {
            "start": 1136982409,
            "stop": 1136982419
        },
        {
            "start": 1136982420,
            "stop": 1136982444
        },
        {
            "start": 1136982446,
            "stop": 1136982454
        }
    ]
}