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=5140
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=5141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5139",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5140,
    "results": [
        {
            "start": 1136992346,
            "stop": 1136992358
        },
        {
            "start": 1136992360,
            "stop": 1136992366
        },
        {
            "start": 1136992370,
            "stop": 1136992380
        },
        {
            "start": 1136992382,
            "stop": 1136992392
        },
        {
            "start": 1136992394,
            "stop": 1136992405
        },
        {
            "start": 1136992407,
            "stop": 1136992451
        },
        {
            "start": 1136992453,
            "stop": 1136992473
        },
        {
            "start": 1136992475,
            "stop": 1136992482
        },
        {
            "start": 1136992484,
            "stop": 1136992494
        },
        {
            "start": 1136992496,
            "stop": 1136992505
        },
        {
            "start": 1136992507,
            "stop": 1136992515
        },
        {
            "start": 1136992517,
            "stop": 1136992526
        },
        {
            "start": 1136992528,
            "stop": 1136992559
        },
        {
            "start": 1136992560,
            "stop": 1136992567
        },
        {
            "start": 1136992570,
            "stop": 1136992580
        },
        {
            "start": 1136992581,
            "stop": 1136992589
        },
        {
            "start": 1136992590,
            "stop": 1136992654
        },
        {
            "start": 1136992656,
            "stop": 1136992664
        },
        {
            "start": 1136992665,
            "stop": 1136992677
        },
        {
            "start": 1136992679,
            "stop": 1136992702
        }
    ]
}