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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=725",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=723",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 724,
    "results": [
        {
            "start": 1267153477,
            "stop": 1267155124
        },
        {
            "start": 1267155127,
            "stop": 1267156017
        },
        {
            "start": 1267156020,
            "stop": 1267158797
        },
        {
            "start": 1267158800,
            "stop": 1267159513
        },
        {
            "start": 1267159514,
            "stop": 1267160201
        },
        {
            "start": 1267160204,
            "stop": 1267160349
        },
        {
            "start": 1267160352,
            "stop": 1267160745
        },
        {
            "start": 1267160753,
            "stop": 1267160843
        },
        {
            "start": 1267160844,
            "stop": 1267160970
        },
        {
            "start": 1267160972,
            "stop": 1267160973
        },
        {
            "start": 1267160975,
            "stop": 1267172549
        },
        {
            "start": 1267172552,
            "stop": 1267174735
        },
        {
            "start": 1267174738,
            "stop": 1267175380
        },
        {
            "start": 1267175383,
            "stop": 1267177261
        },
        {
            "start": 1267177263,
            "stop": 1267177915
        },
        {
            "start": 1267177918,
            "stop": 1267179770
        },
        {
            "start": 1267179773,
            "stop": 1267180697
        },
        {
            "start": 1267180700,
            "stop": 1267182173
        },
        {
            "start": 1267182175,
            "stop": 1267186415
        },
        {
            "start": 1267186418,
            "stop": 1267187463
        }
    ]
}