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=674
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=675",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=673",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 674,
    "results": [
        {
            "start": 1265142209,
            "stop": 1265143270
        },
        {
            "start": 1265143273,
            "stop": 1265149617
        },
        {
            "start": 1265149620,
            "stop": 1265150428
        },
        {
            "start": 1265161162,
            "stop": 1265161165
        },
        {
            "start": 1265161167,
            "stop": 1265161193
        },
        {
            "start": 1265161195,
            "stop": 1265161198
        },
        {
            "start": 1265161199,
            "stop": 1265161226
        },
        {
            "start": 1265161227,
            "stop": 1265161233
        },
        {
            "start": 1265161234,
            "stop": 1265161254
        },
        {
            "start": 1265161257,
            "stop": 1265161284
        },
        {
            "start": 1265175537,
            "stop": 1265177601
        },
        {
            "start": 1265177603,
            "stop": 1265178136
        },
        {
            "start": 1265178139,
            "stop": 1265178171
        },
        {
            "start": 1265178179,
            "stop": 1265182244
        },
        {
            "start": 1265182247,
            "stop": 1265185776
        },
        {
            "start": 1265185779,
            "stop": 1265186611
        },
        {
            "start": 1265186614,
            "stop": 1265188214
        },
        {
            "start": 1265188217,
            "stop": 1265190543
        },
        {
            "start": 1265190546,
            "stop": 1265190871
        },
        {
            "start": 1265190874,
            "stop": 1265192371
        }
    ]
}