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=40925
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=40926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40924",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40925,
    "results": [
        {
            "start": 875103753,
            "stop": 875103805
        },
        {
            "start": 875103806,
            "stop": 875103836
        },
        {
            "start": 875103837,
            "stop": 875103878
        },
        {
            "start": 875103880,
            "stop": 875103921
        },
        {
            "start": 875103922,
            "stop": 875103941
        },
        {
            "start": 875105295,
            "stop": 875105302
        },
        {
            "start": 875105303,
            "stop": 875105304
        },
        {
            "start": 875105305,
            "stop": 875105307
        },
        {
            "start": 875105308,
            "stop": 875105313
        },
        {
            "start": 875105314,
            "stop": 875105318
        },
        {
            "start": 875105319,
            "stop": 875105323
        },
        {
            "start": 875105324,
            "stop": 875105329
        },
        {
            "start": 875105330,
            "stop": 875105334
        },
        {
            "start": 875105335,
            "stop": 875105339
        },
        {
            "start": 875105340,
            "stop": 875105345
        },
        {
            "start": 875105346,
            "stop": 875105350
        },
        {
            "start": 875105351,
            "stop": 875105355
        },
        {
            "start": 875105356,
            "stop": 875105361
        },
        {
            "start": 875105362,
            "stop": 875105366
        },
        {
            "start": 875105367,
            "stop": 875105368
        }
    ]
}