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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 343,
    "results": [
        {
            "start": 1240700072,
            "stop": 1240700187
        },
        {
            "start": 1240700188,
            "stop": 1240700236
        },
        {
            "start": 1240700237,
            "stop": 1240700298
        },
        {
            "start": 1240700299,
            "stop": 1240700372
        },
        {
            "start": 1240700373,
            "stop": 1240700414
        },
        {
            "start": 1240700415,
            "stop": 1240700434
        },
        {
            "start": 1240700435,
            "stop": 1240700447
        },
        {
            "start": 1240700448,
            "stop": 1240700462
        },
        {
            "start": 1240700463,
            "stop": 1240700739
        },
        {
            "start": 1240700741,
            "stop": 1240700787
        },
        {
            "start": 1240700790,
            "stop": 1240700820
        },
        {
            "start": 1240700822,
            "stop": 1240700884
        },
        {
            "start": 1240700885,
            "stop": 1240700886
        },
        {
            "start": 1240700887,
            "stop": 1240700919
        },
        {
            "start": 1240700920,
            "stop": 1240701326
        },
        {
            "start": 1240701334,
            "stop": 1240701605
        },
        {
            "start": 1240701606,
            "stop": 1240701943
        },
        {
            "start": 1240701946,
            "stop": 1240702272
        },
        {
            "start": 1240702273,
            "stop": 1240702396
        },
        {
            "start": 1240702398,
            "stop": 1240702441
        }
    ]
}