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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=837",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=835",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 836,
    "results": [
        {
            "start": 1269158380,
            "stop": 1269158680
        },
        {
            "start": 1269158768,
            "stop": 1269160039
        },
        {
            "start": 1269160044,
            "stop": 1269164758
        },
        {
            "start": 1269164763,
            "stop": 1269165767
        },
        {
            "start": 1269165771,
            "stop": 1269166153
        },
        {
            "start": 1269166155,
            "stop": 1269167487
        },
        {
            "start": 1269167492,
            "stop": 1269168185
        },
        {
            "start": 1269168187,
            "stop": 1269169049
        },
        {
            "start": 1269169052,
            "stop": 1269170034
        },
        {
            "start": 1269170038,
            "stop": 1269174205
        },
        {
            "start": 1269174209,
            "stop": 1269177673
        },
        {
            "start": 1269177677,
            "stop": 1269179793
        },
        {
            "start": 1269186184,
            "stop": 1269186965
        },
        {
            "start": 1269186969,
            "stop": 1269187287
        },
        {
            "start": 1269187289,
            "stop": 1269187513
        },
        {
            "start": 1269187514,
            "stop": 1269188527
        },
        {
            "start": 1269188529,
            "stop": 1269188842
        },
        {
            "start": 1269188845,
            "stop": 1269189370
        },
        {
            "start": 1269189372,
            "stop": 1269189932
        },
        {
            "start": 1269189934,
            "stop": 1269191335
        }
    ]
}