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=46822
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=46823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46821",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46822,
    "results": [
        {
            "start": 875130128,
            "stop": 875130165
        },
        {
            "start": 875130166,
            "stop": 875130184
        },
        {
            "start": 875130187,
            "stop": 875130204
        },
        {
            "start": 875130207,
            "stop": 875130233
        },
        {
            "start": 875130236,
            "stop": 875130247
        },
        {
            "start": 875130250,
            "stop": 875130257
        },
        {
            "start": 875130260,
            "stop": 875130278
        },
        {
            "start": 875130286,
            "stop": 875130288
        },
        {
            "start": 875130291,
            "stop": 875130293
        },
        {
            "start": 875130294,
            "stop": 875130303
        },
        {
            "start": 875130306,
            "stop": 875130308
        },
        {
            "start": 875130309,
            "stop": 875130339
        },
        {
            "start": 875130343,
            "stop": 875130353
        },
        {
            "start": 875130359,
            "stop": 875130370
        },
        {
            "start": 875130371,
            "stop": 875130461
        },
        {
            "start": 875130464,
            "stop": 875130487
        },
        {
            "start": 875130488,
            "stop": 875130497
        },
        {
            "start": 875130501,
            "stop": 875130508
        },
        {
            "start": 875130510,
            "stop": 875130515
        },
        {
            "start": 875130518,
            "stop": 875130534
        }
    ]
}