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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=208",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 209,
    "results": [
        {
            "start": 820933946,
            "stop": 820934052
        },
        {
            "start": 820934862,
            "stop": 820934867
        },
        {
            "start": 820934871,
            "stop": 820935046
        },
        {
            "start": 820935050,
            "stop": 820935209
        },
        {
            "start": 820935212,
            "stop": 820935483
        },
        {
            "start": 820935487,
            "stop": 820936914
        },
        {
            "start": 820936917,
            "stop": 820937144
        },
        {
            "start": 820937325,
            "stop": 820937371
        },
        {
            "start": 820937374,
            "stop": 820937441
        },
        {
            "start": 820937444,
            "stop": 820937512
        },
        {
            "start": 820937516,
            "stop": 820937979
        },
        {
            "start": 820937982,
            "stop": 820938057
        },
        {
            "start": 820938061,
            "stop": 820938122
        },
        {
            "start": 820938125,
            "stop": 820938568
        },
        {
            "start": 820938571,
            "stop": 820938644
        },
        {
            "start": 820938825,
            "stop": 820939357
        },
        {
            "start": 820939360,
            "stop": 820939480
        },
        {
            "start": 820939483,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939734
        },
        {
            "start": 820939737,
            "stop": 820940113
        }
    ]
}