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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=23",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 24,
    "results": [
        {
            "start": 1174685490,
            "stop": 1174701495
        },
        {
            "start": 1174701583,
            "stop": 1174716299
        },
        {
            "start": 1174718427,
            "stop": 1174748788
        },
        {
            "start": 1174770807,
            "stop": 1174775677
        },
        {
            "start": 1174778291,
            "stop": 1174786997
        },
        {
            "start": 1174787000,
            "stop": 1174796291
        },
        {
            "start": 1174813304,
            "stop": 1174813482
        },
        {
            "start": 1174816071,
            "stop": 1174817126
        },
        {
            "start": 1174819583,
            "stop": 1174821274
        },
        {
            "start": 1174821442,
            "stop": 1174822486
        },
        {
            "start": 1174822763,
            "stop": 1174830982
        },
        {
            "start": 1174881173,
            "stop": 1174882761
        },
        {
            "start": 1174885769,
            "stop": 1174901732
        },
        {
            "start": 1174902264,
            "stop": 1174921580
        },
        {
            "start": 1174921975,
            "stop": 1174936820
        },
        {
            "start": 1174938664,
            "stop": 1174991090
        },
        {
            "start": 1174991564,
            "stop": 1175048869
        },
        {
            "start": 1175054893,
            "stop": 1175076776
        },
        {
            "start": 1175081139,
            "stop": 1175092749
        },
        {
            "start": 1175095355,
            "stop": 1175116107
        }
    ]
}