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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41052",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41053,
    "results": [
        {
            "start": 875200441,
            "stop": 875200458
        },
        {
            "start": 875200459,
            "stop": 875200482
        },
        {
            "start": 875200483,
            "stop": 875200500
        },
        {
            "start": 875200502,
            "stop": 875200521
        },
        {
            "start": 875200522,
            "stop": 875200533
        },
        {
            "start": 875200534,
            "stop": 875200550
        },
        {
            "start": 875200553,
            "stop": 875200561
        },
        {
            "start": 875200562,
            "stop": 875200566
        },
        {
            "start": 875200568,
            "stop": 875200570
        },
        {
            "start": 875200571,
            "stop": 875200574
        },
        {
            "start": 875200580,
            "stop": 875200617
        },
        {
            "start": 875200622,
            "stop": 875200628
        },
        {
            "start": 875200629,
            "stop": 875200637
        },
        {
            "start": 875200638,
            "stop": 875200643
        },
        {
            "start": 875200645,
            "stop": 875200654
        },
        {
            "start": 875200655,
            "stop": 875200656
        },
        {
            "start": 875200659,
            "stop": 875200662
        },
        {
            "start": 875200663,
            "stop": 875200671
        },
        {
            "start": 875200672,
            "stop": 875200679
        },
        {
            "start": 875200680,
            "stop": 875200689
        }
    ]
}