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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 11,
    "results": [
        {
            "start": 1168348107,
            "stop": 1168353018
        },
        {
            "start": 1168359320,
            "stop": 1168361574
        },
        {
            "start": 1168361576,
            "stop": 1168362018
        },
        {
            "start": 1168386626,
            "stop": 1168387406
        },
        {
            "start": 1168387408,
            "stop": 1168388892
        },
        {
            "start": 1168396518,
            "stop": 1168399093
        },
        {
            "start": 1168400094,
            "stop": 1168408211
        },
        {
            "start": 1168408212,
            "stop": 1168413573
        },
        {
            "start": 1168491509,
            "stop": 1168503265
        },
        {
            "start": 1168503721,
            "stop": 1168510582
        },
        {
            "start": 1168645757,
            "stop": 1168646909
        },
        {
            "start": 1168647715,
            "stop": 1168648612
        },
        {
            "start": 1168650301,
            "stop": 1168651600
        },
        {
            "start": 1168652841,
            "stop": 1168657573
        },
        {
            "start": 1168657575,
            "stop": 1168668969
        },
        {
            "start": 1168688756,
            "stop": 1168692544
        },
        {
            "start": 1168692785,
            "stop": 1168695812
        },
        {
            "start": 1168807998,
            "stop": 1168815086
        },
        {
            "start": 1168815088,
            "stop": 1168817473
        },
        {
            "start": 1168825167,
            "stop": 1168825873
        }
    ]
}