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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5326",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5324",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5325,
    "results": [
        {
            "start": 1137223668,
            "stop": 1137223852
        },
        {
            "start": 1137223854,
            "stop": 1137223999
        },
        {
            "start": 1137224000,
            "stop": 1137224179
        },
        {
            "start": 1137224181,
            "stop": 1137224197
        },
        {
            "start": 1137224201,
            "stop": 1137224282
        },
        {
            "start": 1137224284,
            "stop": 1137224345
        },
        {
            "start": 1137224347,
            "stop": 1137224461
        },
        {
            "start": 1137224463,
            "stop": 1137224479
        },
        {
            "start": 1137224481,
            "stop": 1137224603
        },
        {
            "start": 1137224605,
            "stop": 1137224682
        },
        {
            "start": 1137224685,
            "stop": 1137224768
        },
        {
            "start": 1137224770,
            "stop": 1137224789
        },
        {
            "start": 1137224791,
            "stop": 1137224852
        },
        {
            "start": 1137224854,
            "stop": 1137224870
        },
        {
            "start": 1137224872,
            "stop": 1137224940
        },
        {
            "start": 1137224942,
            "stop": 1137225084
        },
        {
            "start": 1137225086,
            "stop": 1137225209
        },
        {
            "start": 1137225211,
            "stop": 1137225224
        },
        {
            "start": 1137225226,
            "stop": 1137225269
        },
        {
            "start": 1137225271,
            "stop": 1137225272
        }
    ]
}