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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 172,
    "results": [
        {
            "start": 1126766233,
            "stop": 1126766357
        },
        {
            "start": 1126766359,
            "stop": 1126766428
        },
        {
            "start": 1126766429,
            "stop": 1126766465
        },
        {
            "start": 1126766466,
            "stop": 1126766601
        },
        {
            "start": 1126766602,
            "stop": 1126766607
        },
        {
            "start": 1126766608,
            "stop": 1126766640
        },
        {
            "start": 1126766643,
            "stop": 1126766644
        },
        {
            "start": 1126766645,
            "stop": 1126766659
        },
        {
            "start": 1126766660,
            "stop": 1126766695
        },
        {
            "start": 1126766697,
            "stop": 1126766727
        },
        {
            "start": 1126766728,
            "stop": 1126766792
        },
        {
            "start": 1126766793,
            "stop": 1126766813
        },
        {
            "start": 1126766815,
            "stop": 1126767073
        },
        {
            "start": 1126767075,
            "stop": 1126767364
        },
        {
            "start": 1126767368,
            "stop": 1126767401
        },
        {
            "start": 1126767402,
            "stop": 1126767441
        },
        {
            "start": 1126767442,
            "stop": 1126767448
        },
        {
            "start": 1126767449,
            "stop": 1126767450
        },
        {
            "start": 1126767451,
            "stop": 1126767457
        },
        {
            "start": 1126767458,
            "stop": 1126767568
        }
    ]
}