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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 28,
    "results": [
        {
            "start": 1168826838,
            "stop": 1168830429
        },
        {
            "start": 1168830433,
            "stop": 1168831014
        },
        {
            "start": 1168831018,
            "stop": 1168833703
        },
        {
            "start": 1168847832,
            "stop": 1168850122
        },
        {
            "start": 1168850126,
            "stop": 1168851737
        },
        {
            "start": 1168851741,
            "stop": 1168852214
        },
        {
            "start": 1168852218,
            "stop": 1168857611
        },
        {
            "start": 1168857615,
            "stop": 1168869024
        },
        {
            "start": 1168869028,
            "stop": 1168870585
        },
        {
            "start": 1168870589,
            "stop": 1168889251
        },
        {
            "start": 1168889254,
            "stop": 1168890486
        },
        {
            "start": 1168890490,
            "stop": 1168892929
        },
        {
            "start": 1168892933,
            "stop": 1168895244
        },
        {
            "start": 1168895247,
            "stop": 1168896219
        },
        {
            "start": 1168896223,
            "stop": 1168902680
        },
        {
            "start": 1168919503,
            "stop": 1168922816
        },
        {
            "start": 1168922820,
            "stop": 1168944081
        },
        {
            "start": 1168944085,
            "stop": 1168946652
        },
        {
            "start": 1168946656,
            "stop": 1168947720
        },
        {
            "start": 1168947724,
            "stop": 1168950618
        }
    ]
}