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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=304",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 305,
    "results": [
        {
            "start": 1240413034,
            "stop": 1240413347
        },
        {
            "start": 1240413350,
            "stop": 1240414181
        },
        {
            "start": 1240414184,
            "stop": 1240414402
        },
        {
            "start": 1240414403,
            "stop": 1240414710
        },
        {
            "start": 1240414711,
            "stop": 1240415051
        },
        {
            "start": 1240415054,
            "stop": 1240415374
        },
        {
            "start": 1240415377,
            "stop": 1240415931
        },
        {
            "start": 1240415932,
            "stop": 1240416131
        },
        {
            "start": 1240416134,
            "stop": 1240416248
        },
        {
            "start": 1240416249,
            "stop": 1240416747
        },
        {
            "start": 1240416748,
            "stop": 1240416777
        },
        {
            "start": 1240416780,
            "stop": 1240416827
        },
        {
            "start": 1240416828,
            "stop": 1240416830
        },
        {
            "start": 1240416831,
            "stop": 1240417991
        },
        {
            "start": 1240417992,
            "stop": 1240418199
        },
        {
            "start": 1240418204,
            "stop": 1240418456
        },
        {
            "start": 1240418459,
            "stop": 1240419070
        },
        {
            "start": 1240419071,
            "stop": 1240419317
        },
        {
            "start": 1240419318,
            "stop": 1240419414
        },
        {
            "start": 1240419415,
            "stop": 1240419466
        }
    ]
}