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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=47",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 48,
    "results": [
        {
            "start": 1128782520,
            "stop": 1128782610
        },
        {
            "start": 1128812093,
            "stop": 1128812460
        },
        {
            "start": 1128812520,
            "stop": 1128814131
        },
        {
            "start": 1128814132,
            "stop": 1128823617
        },
        {
            "start": 1128823618,
            "stop": 1128835873
        },
        {
            "start": 1128835874,
            "stop": 1128837795
        },
        {
            "start": 1128858247,
            "stop": 1128866100
        },
        {
            "start": 1128866220,
            "stop": 1128867660
        },
        {
            "start": 1128867720,
            "stop": 1128867780
        },
        {
            "start": 1128867840,
            "stop": 1128867900
        },
        {
            "start": 1128868020,
            "stop": 1128868260
        },
        {
            "start": 1128868320,
            "stop": 1128869580
        },
        {
            "start": 1128869700,
            "stop": 1128870000
        },
        {
            "start": 1128870060,
            "stop": 1128870240
        },
        {
            "start": 1128870300,
            "stop": 1128870360
        },
        {
            "start": 1128870420,
            "stop": 1128870480
        },
        {
            "start": 1128870540,
            "stop": 1128872460
        },
        {
            "start": 1128872580,
            "stop": 1128873000
        },
        {
            "start": 1128873120,
            "stop": 1128873899
        },
        {
            "start": 1128876302,
            "stop": 1128878520
        }
    ]
}