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=674
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=675",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=673",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 674,
    "results": [
        {
            "start": 1248594908,
            "stop": 1248595862
        },
        {
            "start": 1248595865,
            "stop": 1248596327
        },
        {
            "start": 1248596330,
            "stop": 1248596552
        },
        {
            "start": 1248596556,
            "stop": 1248598115
        },
        {
            "start": 1248598123,
            "stop": 1248598727
        },
        {
            "start": 1248598731,
            "stop": 1248604696
        },
        {
            "start": 1248604699,
            "stop": 1248604776
        },
        {
            "start": 1248604781,
            "stop": 1248605103
        },
        {
            "start": 1248605107,
            "stop": 1248607695
        },
        {
            "start": 1248607698,
            "stop": 1248608586
        },
        {
            "start": 1248608588,
            "stop": 1248608643
        },
        {
            "start": 1248608645,
            "stop": 1248608683
        },
        {
            "start": 1248608686,
            "stop": 1248608736
        },
        {
            "start": 1248608741,
            "stop": 1248608779
        },
        {
            "start": 1248608781,
            "stop": 1248608787
        },
        {
            "start": 1248608789,
            "stop": 1248608833
        },
        {
            "start": 1248608836,
            "stop": 1248608903
        },
        {
            "start": 1248608905,
            "stop": 1248609069
        },
        {
            "start": 1248609073,
            "stop": 1248609146
        },
        {
            "start": 1248609148,
            "stop": 1248609201
        }
    ]
}