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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 76,
    "results": [
        {
            "start": 1238346290,
            "stop": 1238346382
        },
        {
            "start": 1238349644,
            "stop": 1238349823
        },
        {
            "start": 1238349826,
            "stop": 1238349890
        },
        {
            "start": 1238349891,
            "stop": 1238350032
        },
        {
            "start": 1238350036,
            "stop": 1238350154
        },
        {
            "start": 1238350156,
            "stop": 1238350164
        },
        {
            "start": 1238350165,
            "stop": 1238350167
        },
        {
            "start": 1238350168,
            "stop": 1238351016
        },
        {
            "start": 1238351017,
            "stop": 1238351324
        },
        {
            "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": 1238352502
        },
        {
            "start": 1238352504,
            "stop": 1238352529
        },
        {
            "start": 1238352530,
            "stop": 1238352612
        }
    ]
}