Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=67",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 68,
    "results": [
        {
            "start": 1175095355,
            "stop": 1175102830
        },
        {
            "start": 1175102832,
            "stop": 1175102878
        },
        {
            "start": 1175102881,
            "stop": 1175102882
        },
        {
            "start": 1175102883,
            "stop": 1175102885
        },
        {
            "start": 1175102887,
            "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
        },
        {
            "start": 1175120217,
            "stop": 1175120241
        }
    ]
}