Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=670
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=671",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=669",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 670,
    "results": [
        {
            "start": 1248460977,
            "stop": 1248463104
        },
        {
            "start": 1248463107,
            "stop": 1248467230
        },
        {
            "start": 1248467233,
            "stop": 1248467787
        },
        {
            "start": 1248467853,
            "stop": 1248468218
        },
        {
            "start": 1248468223,
            "stop": 1248468264
        },
        {
            "start": 1248468268,
            "stop": 1248468552
        },
        {
            "start": 1248468561,
            "stop": 1248468607
        },
        {
            "start": 1248468701,
            "stop": 1248468711
        },
        {
            "start": 1248468715,
            "stop": 1248468736
        },
        {
            "start": 1248468741,
            "stop": 1248468876
        },
        {
            "start": 1248468879,
            "stop": 1248468998
        },
        {
            "start": 1248469001,
            "stop": 1248469084
        },
        {
            "start": 1248469088,
            "stop": 1248469537
        },
        {
            "start": 1248469539,
            "stop": 1248469627
        },
        {
            "start": 1248469630,
            "stop": 1248469822
        },
        {
            "start": 1248469824,
            "stop": 1248469851
        },
        {
            "start": 1248469853,
            "stop": 1248469866
        },
        {
            "start": 1248469868,
            "stop": 1248469890
        },
        {
            "start": 1248469892,
            "stop": 1248469912
        },
        {
            "start": 1248469914,
            "stop": 1248470027
        }
    ]
}