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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3019",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3020,
    "results": [
        {
            "start": 863397081,
            "stop": 863397120
        },
        {
            "start": 863397180,
            "stop": 863397420
        },
        {
            "start": 863397480,
            "stop": 863397540
        },
        {
            "start": 863397600,
            "stop": 863397607
        },
        {
            "start": 863397611,
            "stop": 863397632
        },
        {
            "start": 863397638,
            "stop": 863397665
        },
        {
            "start": 863397669,
            "stop": 863397686
        },
        {
            "start": 863397689,
            "stop": 863397780
        },
        {
            "start": 863397840,
            "stop": 863397900
        },
        {
            "start": 863398380,
            "stop": 863398883
        },
        {
            "start": 863398886,
            "stop": 863399349
        },
        {
            "start": 863399352,
            "stop": 863401065
        },
        {
            "start": 863401382,
            "stop": 863401394
        },
        {
            "start": 863401971,
            "stop": 863402468
        },
        {
            "start": 863403032,
            "stop": 863403042
        },
        {
            "start": 863403553,
            "stop": 863404052
        },
        {
            "start": 863404056,
            "stop": 863408940
        },
        {
            "start": 863409000,
            "stop": 863409087
        },
        {
            "start": 863409093,
            "stop": 863413930
        },
        {
            "start": 863413933,
            "stop": 863422860
        }
    ]
}