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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=297",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 298,
    "results": [
        {
            "start": 931175450,
            "stop": 931175451
        },
        {
            "start": 931175452,
            "stop": 931175453
        },
        {
            "start": 931175454,
            "stop": 931175461
        },
        {
            "start": 931175463,
            "stop": 931175467
        },
        {
            "start": 931175468,
            "stop": 931175470
        },
        {
            "start": 931175471,
            "stop": 931175475
        },
        {
            "start": 931175476,
            "stop": 931175481
        },
        {
            "start": 931175482,
            "stop": 931175496
        },
        {
            "start": 931175497,
            "stop": 931175502
        },
        {
            "start": 931175503,
            "stop": 931175505
        },
        {
            "start": 931175506,
            "stop": 931175507
        },
        {
            "start": 931175509,
            "stop": 931175513
        },
        {
            "start": 931175514,
            "stop": 931175515
        },
        {
            "start": 931175517,
            "stop": 931175518
        },
        {
            "start": 931175521,
            "stop": 931175522
        },
        {
            "start": 931175524,
            "stop": 931175529
        },
        {
            "start": 931175531,
            "stop": 931175535
        },
        {
            "start": 931175536,
            "stop": 931175541
        },
        {
            "start": 931175543,
            "stop": 931175546
        },
        {
            "start": 931175548,
            "stop": 931175550
        }
    ]
}