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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1031",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1029",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1030,
    "results": [
        {
            "start": 1252545611,
            "stop": 1252546603
        },
        {
            "start": 1252546607,
            "stop": 1252547271
        },
        {
            "start": 1252547275,
            "stop": 1252547932
        },
        {
            "start": 1252547937,
            "stop": 1252551481
        },
        {
            "start": 1252551489,
            "stop": 1252554504
        },
        {
            "start": 1252554508,
            "stop": 1252556586
        },
        {
            "start": 1252556590,
            "stop": 1252556878
        },
        {
            "start": 1252556882,
            "stop": 1252559092
        },
        {
            "start": 1252559095,
            "stop": 1252559277
        },
        {
            "start": 1252559279,
            "stop": 1252559583
        },
        {
            "start": 1252559588,
            "stop": 1252559706
        },
        {
            "start": 1252559709,
            "stop": 1252559710
        },
        {
            "start": 1252559713,
            "stop": 1252560568
        },
        {
            "start": 1252560571,
            "stop": 1252565356
        },
        {
            "start": 1252565359,
            "stop": 1252565374
        },
        {
            "start": 1252565378,
            "stop": 1252565419
        },
        {
            "start": 1252565421,
            "stop": 1252565466
        },
        {
            "start": 1252565471,
            "stop": 1252565486
        },
        {
            "start": 1252565488,
            "stop": 1252565489
        },
        {
            "start": 1252565492,
            "stop": 1252565493
        }
    ]
}