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/O1/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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 54,
    "results": [
        {
            "start": 1130515292,
            "stop": 1130525900
        },
        {
            "start": 1130525908,
            "stop": 1130559233
        },
        {
            "start": 1130572617,
            "stop": 1130578448
        },
        {
            "start": 1130585400,
            "stop": 1130591329
        },
        {
            "start": 1130591337,
            "stop": 1130595302
        },
        {
            "start": 1130595309,
            "stop": 1130602590
        },
        {
            "start": 1130602591,
            "stop": 1130603130
        },
        {
            "start": 1130638260,
            "stop": 1130645697
        },
        {
            "start": 1130655728,
            "stop": 1130660657
        },
        {
            "start": 1130660658,
            "stop": 1130660659
        },
        {
            "start": 1130660669,
            "stop": 1130662123
        },
        {
            "start": 1130662243,
            "stop": 1130662303
        },
        {
            "start": 1130662363,
            "stop": 1130666777
        },
        {
            "start": 1130666784,
            "stop": 1130673699
        },
        {
            "start": 1130673700,
            "stop": 1130685387
        },
        {
            "start": 1130685395,
            "stop": 1130687459
        },
        {
            "start": 1130687466,
            "stop": 1130688703
        },
        {
            "start": 1130688763,
            "stop": 1130689006
        },
        {
            "start": 1130722395,
            "stop": 1130725648
        },
        {
            "start": 1130725655,
            "stop": 1130725976
        }
    ]
}