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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 77,
    "results": [
        {
            "start": 1238352613,
            "stop": 1238352708
        },
        {
            "start": 1238352709,
            "stop": 1238352808
        },
        {
            "start": 1238352812,
            "stop": 1238353108
        },
        {
            "start": 1238353109,
            "stop": 1238353258
        },
        {
            "start": 1238353260,
            "stop": 1238353292
        },
        {
            "start": 1238353293,
            "stop": 1238353303
        },
        {
            "start": 1238353305,
            "stop": 1238353307
        },
        {
            "start": 1238353308,
            "stop": 1238353313
        },
        {
            "start": 1238353315,
            "stop": 1238353326
        },
        {
            "start": 1238353332,
            "stop": 1238353425
        },
        {
            "start": 1238353426,
            "stop": 1238353442
        },
        {
            "start": 1238353443,
            "stop": 1238353774
        },
        {
            "start": 1238353968,
            "stop": 1238354279
        },
        {
            "start": 1238354282,
            "stop": 1238354736
        },
        {
            "start": 1238354739,
            "stop": 1238354741
        },
        {
            "start": 1238354746,
            "stop": 1238354856
        },
        {
            "start": 1238354860,
            "stop": 1238355017
        },
        {
            "start": 1238355020,
            "stop": 1238355098
        },
        {
            "start": 1238355100,
            "stop": 1238355713
        },
        {
            "start": 1238355715,
            "stop": 1238355913
        }
    ]
}