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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=67",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 68,
    "results": [
        {
            "start": 1238351325,
            "stop": 1238351393
        },
        {
            "start": 1238351395,
            "stop": 1238351574
        },
        {
            "start": 1238351576,
            "stop": 1238351725
        },
        {
            "start": 1238351726,
            "stop": 1238351876
        },
        {
            "start": 1238351877,
            "stop": 1238352087
        },
        {
            "start": 1238352088,
            "stop": 1238352224
        },
        {
            "start": 1238352225,
            "stop": 1238352241
        },
        {
            "start": 1238352247,
            "stop": 1238352287
        },
        {
            "start": 1238352303,
            "stop": 1238352529
        },
        {
            "start": 1238352530,
            "stop": 1238352612
        },
        {
            "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
        }
    ]
}