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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=381",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 382,
    "results": [
        {
            "start": 821508385,
            "stop": 821508386
        },
        {
            "start": 821508389,
            "stop": 821508400
        },
        {
            "start": 821508408,
            "stop": 821508409
        },
        {
            "start": 821508412,
            "stop": 821508458
        },
        {
            "start": 821508461,
            "stop": 821508508
        },
        {
            "start": 821508512,
            "stop": 821508513
        },
        {
            "start": 821508516,
            "stop": 821508528
        },
        {
            "start": 821508532,
            "stop": 821508555
        },
        {
            "start": 821508558,
            "stop": 821508580
        },
        {
            "start": 821508583,
            "stop": 821508585
        },
        {
            "start": 821508588,
            "stop": 821508591
        },
        {
            "start": 821508594,
            "stop": 821508597
        },
        {
            "start": 821508600,
            "stop": 821508604
        },
        {
            "start": 821508607,
            "stop": 821508623
        },
        {
            "start": 821508626,
            "stop": 821508630
        },
        {
            "start": 821508634,
            "stop": 821508636
        },
        {
            "start": 821508641,
            "stop": 821508652
        },
        {
            "start": 821508655,
            "stop": 821508678
        },
        {
            "start": 821508681,
            "stop": 821508689
        },
        {
            "start": 821508692,
            "stop": 821508702
        }
    ]
}