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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 54,
    "results": [
        {
            "start": 1171394999,
            "stop": 1171395019
        },
        {
            "start": 1171395022,
            "stop": 1171396363
        },
        {
            "start": 1171396366,
            "stop": 1171397123
        },
        {
            "start": 1171397126,
            "stop": 1171400148
        },
        {
            "start": 1171400152,
            "stop": 1171401069
        },
        {
            "start": 1171401072,
            "stop": 1171402161
        },
        {
            "start": 1171402285,
            "stop": 1171402972
        },
        {
            "start": 1171403080,
            "stop": 1171412837
        },
        {
            "start": 1171412841,
            "stop": 1171416452
        },
        {
            "start": 1171416456,
            "stop": 1171431030
        },
        {
            "start": 1171442112,
            "stop": 1171445098
        },
        {
            "start": 1171445102,
            "stop": 1171462240
        },
        {
            "start": 1171462244,
            "stop": 1171489746
        },
        {
            "start": 1171489750,
            "stop": 1171506864
        },
        {
            "start": 1171506868,
            "stop": 1171521660
        },
        {
            "start": 1171521664,
            "stop": 1171526804
        },
        {
            "start": 1171526808,
            "stop": 1171529220
        },
        {
            "start": 1171529390,
            "stop": 1171529645
        },
        {
            "start": 1171531847,
            "stop": 1171554251
        },
        {
            "start": 1171554255,
            "stop": 1171592530
        }
    ]
}