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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=76",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 77,
    "results": [
        {
            "start": 1175353090,
            "stop": 1175353130
        },
        {
            "start": 1175353160,
            "stop": 1175353229
        },
        {
            "start": 1175387736,
            "stop": 1175388300
        },
        {
            "start": 1175388303,
            "stop": 1175389788
        },
        {
            "start": 1175390316,
            "stop": 1175392956
        },
        {
            "start": 1175392958,
            "stop": 1175393545
        },
        {
            "start": 1175393554,
            "stop": 1175393555
        },
        {
            "start": 1175393556,
            "stop": 1175393575
        },
        {
            "start": 1175393579,
            "stop": 1175393580
        },
        {
            "start": 1175393581,
            "stop": 1175393624
        },
        {
            "start": 1175393627,
            "stop": 1175393628
        },
        {
            "start": 1175393636,
            "stop": 1175393637
        },
        {
            "start": 1175393638,
            "stop": 1175393639
        },
        {
            "start": 1175393640,
            "stop": 1175393648
        },
        {
            "start": 1175393653,
            "stop": 1175395204
        },
        {
            "start": 1175395207,
            "stop": 1175396628
        },
        {
            "start": 1175396630,
            "stop": 1175396693
        },
        {
            "start": 1175396695,
            "stop": 1175396699
        },
        {
            "start": 1175396702,
            "stop": 1175396722
        },
        {
            "start": 1175396723,
            "stop": 1175396743
        }
    ]
}