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/O4b/timelines/H1_BURST_CAT2/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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 102,
    "results": [
        {
            "start": 1412422438,
            "stop": 1412429313
        },
        {
            "start": 1412429318,
            "stop": 1412430123
        },
        {
            "start": 1412430128,
            "stop": 1412430134
        },
        {
            "start": 1412430139,
            "stop": 1412430145
        },
        {
            "start": 1412430150,
            "stop": 1412430196
        },
        {
            "start": 1412430200,
            "stop": 1412430593
        },
        {
            "start": 1412430598,
            "stop": 1412431568
        },
        {
            "start": 1412431573,
            "stop": 1412431874
        },
        {
            "start": 1412431879,
            "stop": 1412432530
        },
        {
            "start": 1412433633,
            "stop": 1412433918
        },
        {
            "start": 1412464699,
            "stop": 1412464945
        },
        {
            "start": 1412469881,
            "stop": 1412471934
        },
        {
            "start": 1412471939,
            "stop": 1412473102
        },
        {
            "start": 1412473107,
            "stop": 1412474225
        },
        {
            "start": 1412474230,
            "stop": 1412481189
        },
        {
            "start": 1412494052,
            "stop": 1412494354
        },
        {
            "start": 1412494359,
            "stop": 1412497510
        },
        {
            "start": 1412497607,
            "stop": 1412501114
        },
        {
            "start": 1412501211,
            "stop": 1412504717
        },
        {
            "start": 1412504814,
            "stop": 1412506770
        }
    ]
}