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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=124",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 125,
    "results": [
        {
            "start": 833092202,
            "stop": 833094979
        },
        {
            "start": 833094980,
            "stop": 833122094
        },
        {
            "start": 833123852,
            "stop": 833128651
        },
        {
            "start": 833128653,
            "stop": 833128657
        },
        {
            "start": 833128659,
            "stop": 833128660
        },
        {
            "start": 833128662,
            "stop": 833137314
        },
        {
            "start": 833138625,
            "stop": 833140525
        },
        {
            "start": 833141727,
            "stop": 833144691
        },
        {
            "start": 833145120,
            "stop": 833146975
        },
        {
            "start": 833148180,
            "stop": 833148261
        },
        {
            "start": 833148382,
            "stop": 833148396
        },
        {
            "start": 833148696,
            "stop": 833210510
        },
        {
            "start": 833210976,
            "stop": 833227042
        },
        {
            "start": 833229296,
            "stop": 833233723
        },
        {
            "start": 833233833,
            "stop": 833233884
        },
        {
            "start": 833234184,
            "stop": 833234925
        },
        {
            "start": 833236212,
            "stop": 833269127
        },
        {
            "start": 833272619,
            "stop": 833292347
        },
        {
            "start": 833293673,
            "stop": 833304638
        },
        {
            "start": 833305798,
            "stop": 833307771
        }
    ]
}