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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 199,
    "results": [
        {
            "start": 1239961186,
            "stop": 1239961533
        },
        {
            "start": 1239961535,
            "stop": 1239961979
        },
        {
            "start": 1239961980,
            "stop": 1239961985
        },
        {
            "start": 1239961986,
            "stop": 1239962016
        },
        {
            "start": 1239962017,
            "stop": 1239962038
        },
        {
            "start": 1239962039,
            "stop": 1239962041
        },
        {
            "start": 1239962042,
            "stop": 1239962049
        },
        {
            "start": 1239962052,
            "stop": 1239962128
        },
        {
            "start": 1239962131,
            "stop": 1239962140
        },
        {
            "start": 1239962141,
            "stop": 1239962147
        },
        {
            "start": 1239962150,
            "stop": 1239962259
        },
        {
            "start": 1239962260,
            "stop": 1239962264
        },
        {
            "start": 1239962265,
            "stop": 1239962305
        },
        {
            "start": 1239962307,
            "stop": 1239962365
        },
        {
            "start": 1239962366,
            "stop": 1239962367
        },
        {
            "start": 1239962368,
            "stop": 1239962394
        },
        {
            "start": 1239962397,
            "stop": 1239962398
        },
        {
            "start": 1239962399,
            "stop": 1239962418
        },
        {
            "start": 1239962419,
            "stop": 1239962469
        },
        {
            "start": 1239962470,
            "stop": 1239962533
        }
    ]
}