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/O2/timelines/H1_BURST_CAT3/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/O2/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 102,
    "results": [
        {
            "start": 1175095355,
            "stop": 1175102830
        },
        {
            "start": 1175102832,
            "stop": 1175102878
        },
        {
            "start": 1175102881,
            "stop": 1175102882
        },
        {
            "start": 1175102883,
            "stop": 1175102885
        },
        {
            "start": 1175102887,
            "stop": 1175103745
        },
        {
            "start": 1175103749,
            "stop": 1175104249
        },
        {
            "start": 1175104250,
            "stop": 1175104251
        },
        {
            "start": 1175104257,
            "stop": 1175104573
        },
        {
            "start": 1175104575,
            "stop": 1175104576
        },
        {
            "start": 1175104577,
            "stop": 1175105815
        },
        {
            "start": 1175105817,
            "stop": 1175111520
        },
        {
            "start": 1175111530,
            "stop": 1175116107
        },
        {
            "start": 1175116112,
            "stop": 1175116332
        },
        {
            "start": 1175116339,
            "stop": 1175116366
        },
        {
            "start": 1175116368,
            "stop": 1175116369
        },
        {
            "start": 1175116371,
            "stop": 1175117098
        },
        {
            "start": 1175117100,
            "stop": 1175117122
        },
        {
            "start": 1175117129,
            "stop": 1175120063
        },
        {
            "start": 1175120069,
            "stop": 1175120070
        },
        {
            "start": 1175120076,
            "stop": 1175120212
        }
    ]
}