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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=15",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 16,
    "results": [
        {
            "start": 1169551229,
            "stop": 1169561512
        },
        {
            "start": 1169564404,
            "stop": 1169567911
        },
        {
            "start": 1169568313,
            "stop": 1169568355
        },
        {
            "start": 1169568357,
            "stop": 1169572987
        },
        {
            "start": 1169572989,
            "stop": 1169574181
        },
        {
            "start": 1169574183,
            "stop": 1169577532
        },
        {
            "start": 1169577534,
            "stop": 1169577919
        },
        {
            "start": 1169577921,
            "stop": 1169578576
        },
        {
            "start": 1169579014,
            "stop": 1169579714
        },
        {
            "start": 1169579716,
            "stop": 1169580175
        },
        {
            "start": 1169580177,
            "stop": 1169582701
        },
        {
            "start": 1169582703,
            "stop": 1169585275
        },
        {
            "start": 1169585277,
            "stop": 1169585641
        },
        {
            "start": 1169585643,
            "stop": 1169585672
        },
        {
            "start": 1169585674,
            "stop": 1169586111
        },
        {
            "start": 1169586113,
            "stop": 1169589321
        },
        {
            "start": 1169589323,
            "stop": 1169589973
        },
        {
            "start": 1169589975,
            "stop": 1169589979
        },
        {
            "start": 1169589981,
            "stop": 1169591269
        },
        {
            "start": 1169591271,
            "stop": 1169593361
        }
    ]
}