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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=17",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 18,
    "results": [
        {
            "start": 1269083691,
            "stop": 1269083731
        },
        {
            "start": 1269083783,
            "stop": 1269090294
        },
        {
            "start": 1269091036,
            "stop": 1269093715
        },
        {
            "start": 1269119289,
            "stop": 1269140506
        },
        {
            "start": 1269158380,
            "stop": 1269158680
        },
        {
            "start": 1269158768,
            "stop": 1269179793
        },
        {
            "start": 1269186184,
            "stop": 1269210423
        },
        {
            "start": 1269215272,
            "stop": 1269220522
        },
        {
            "start": 1269220720,
            "stop": 1269271634
        },
        {
            "start": 1269271730,
            "stop": 1269285851
        },
        {
            "start": 1269289707,
            "stop": 1269296084
        },
        {
            "start": 1269307031,
            "stop": 1269363615
        }
    ]
}