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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=244
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=243",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 244,
    "results": [
        {
            "start": 1240207657,
            "stop": 1240207960
        },
        {
            "start": 1240207961,
            "stop": 1240208044
        },
        {
            "start": 1240208047,
            "stop": 1240208290
        },
        {
            "start": 1240208291,
            "stop": 1240208447
        },
        {
            "start": 1240208448,
            "stop": 1240208553
        },
        {
            "start": 1240208554,
            "stop": 1240208648
        },
        {
            "start": 1240208649,
            "stop": 1240208807
        },
        {
            "start": 1240208809,
            "stop": 1240209061
        },
        {
            "start": 1240209063,
            "stop": 1240209065
        },
        {
            "start": 1240209067,
            "stop": 1240209211
        },
        {
            "start": 1240209213,
            "stop": 1240209227
        },
        {
            "start": 1240209228,
            "stop": 1240209681
        },
        {
            "start": 1240209682,
            "stop": 1240209880
        },
        {
            "start": 1240209881,
            "stop": 1240209965
        },
        {
            "start": 1240209967,
            "stop": 1240210112
        },
        {
            "start": 1240210115,
            "stop": 1240210120
        },
        {
            "start": 1240210121,
            "stop": 1240210229
        },
        {
            "start": 1240210230,
            "stop": 1240210235
        },
        {
            "start": 1240210236,
            "stop": 1240210307
        },
        {
            "start": 1240210308,
            "stop": 1240210417
        }
    ]
}