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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=473",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 474,
    "results": [
        {
            "start": 828043501,
            "stop": 828043518
        },
        {
            "start": 828043525,
            "stop": 828043538
        },
        {
            "start": 828043546,
            "stop": 828046576
        },
        {
            "start": 828046583,
            "stop": 828046613
        },
        {
            "start": 828046621,
            "stop": 828046656
        },
        {
            "start": 828046663,
            "stop": 828048350
        },
        {
            "start": 828048430,
            "stop": 828049065
        },
        {
            "start": 828049093,
            "stop": 828051538
        },
        {
            "start": 828051547,
            "stop": 828054136
        },
        {
            "start": 828054143,
            "stop": 828056467
        },
        {
            "start": 828056475,
            "stop": 828056570
        },
        {
            "start": 828056650,
            "stop": 828060493
        },
        {
            "start": 828060501,
            "stop": 828060895
        },
        {
            "start": 828060902,
            "stop": 828065494
        },
        {
            "start": 828065501,
            "stop": 828067340
        },
        {
            "start": 828067347,
            "stop": 828068436
        },
        {
            "start": 828068443,
            "stop": 828071507
        },
        {
            "start": 828071514,
            "stop": 828078835
        },
        {
            "start": 828078842,
            "stop": 828096331
        },
        {
            "start": 828096339,
            "stop": 828097743
        }
    ]
}