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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 186,
    "results": [
        {
            "start": 1126808624,
            "stop": 1126808662
        },
        {
            "start": 1126808664,
            "stop": 1126808665
        },
        {
            "start": 1126808667,
            "stop": 1126808668
        },
        {
            "start": 1126808670,
            "stop": 1126808758
        },
        {
            "start": 1126808759,
            "stop": 1126808777
        },
        {
            "start": 1126808837,
            "stop": 1126809014
        },
        {
            "start": 1126809016,
            "stop": 1126809102
        },
        {
            "start": 1126809104,
            "stop": 1126809178
        },
        {
            "start": 1126809180,
            "stop": 1126809319
        },
        {
            "start": 1126809321,
            "stop": 1126809609
        },
        {
            "start": 1126809611,
            "stop": 1126809943
        },
        {
            "start": 1126809952,
            "stop": 1126809975
        },
        {
            "start": 1126809976,
            "stop": 1126809985
        },
        {
            "start": 1126809987,
            "stop": 1126809988
        },
        {
            "start": 1126809989,
            "stop": 1126809991
        },
        {
            "start": 1126809992,
            "stop": 1126809993
        },
        {
            "start": 1126809998,
            "stop": 1126810036
        },
        {
            "start": 1126810037,
            "stop": 1126810077
        },
        {
            "start": 1126810078,
            "stop": 1126810111
        },
        {
            "start": 1126810113,
            "stop": 1126810114
        }
    ]
}