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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 102,
    "results": [
        {
            "start": 1126586338,
            "stop": 1126586392
        },
        {
            "start": 1126586393,
            "stop": 1126586634
        },
        {
            "start": 1126586635,
            "stop": 1126586772
        },
        {
            "start": 1126586781,
            "stop": 1126586937
        },
        {
            "start": 1126586938,
            "stop": 1126587284
        },
        {
            "start": 1126587288,
            "stop": 1126587591
        },
        {
            "start": 1126587592,
            "stop": 1126587681
        },
        {
            "start": 1126587682,
            "stop": 1126587927
        },
        {
            "start": 1126587928,
            "stop": 1126588190
        },
        {
            "start": 1126588191,
            "stop": 1126588241
        },
        {
            "start": 1126588242,
            "stop": 1126588547
        },
        {
            "start": 1126588548,
            "stop": 1126588829
        },
        {
            "start": 1126588830,
            "stop": 1126588866
        },
        {
            "start": 1126588867,
            "stop": 1126589203
        },
        {
            "start": 1126589204,
            "stop": 1126589459
        },
        {
            "start": 1126589467,
            "stop": 1126589566
        },
        {
            "start": 1126589567,
            "stop": 1126589696
        },
        {
            "start": 1126589698,
            "stop": 1126589923
        },
        {
            "start": 1126589924,
            "stop": 1126589986
        },
        {
            "start": 1126589987,
            "stop": 1126590007
        }
    ]
}