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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 36,
    "results": [
        {
            "start": 1126303355,
            "stop": 1126303366
        },
        {
            "start": 1126303368,
            "stop": 1126303436
        },
        {
            "start": 1126303438,
            "stop": 1126303707
        },
        {
            "start": 1126303708,
            "stop": 1126303785
        },
        {
            "start": 1126303787,
            "stop": 1126304090
        },
        {
            "start": 1126304092,
            "stop": 1126304248
        },
        {
            "start": 1126304250,
            "stop": 1126304310
        },
        {
            "start": 1126304312,
            "stop": 1126304353
        },
        {
            "start": 1126304355,
            "stop": 1126304378
        },
        {
            "start": 1126304380,
            "stop": 1126304413
        },
        {
            "start": 1126304414,
            "stop": 1126304477
        },
        {
            "start": 1126304537,
            "stop": 1126304543
        },
        {
            "start": 1126304546,
            "stop": 1126304549
        },
        {
            "start": 1126304551,
            "stop": 1126304578
        },
        {
            "start": 1126304580,
            "stop": 1126304597
        },
        {
            "start": 1126304777,
            "stop": 1126304778
        },
        {
            "start": 1126304779,
            "stop": 1126304780
        },
        {
            "start": 1126304782,
            "stop": 1126304791
        },
        {
            "start": 1126304793,
            "stop": 1126304897
        },
        {
            "start": 1126305077,
            "stop": 1126305147
        }
    ]
}