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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=74",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 75,
    "results": [
        {
            "start": 823248158,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823277662
        },
        {
            "start": 823279064,
            "stop": 823280223
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336842
        },
        {
            "start": 823339195,
            "stop": 823351071
        },
        {
            "start": 823351371,
            "stop": 823355072
        },
        {
            "start": 823355074,
            "stop": 823355485
        },
        {
            "start": 823356287,
            "stop": 823357262
        },
        {
            "start": 823357804,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823423193
        },
        {
            "start": 823426108,
            "stop": 823449969
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823613833
        },
        {
            "start": 823613884,
            "stop": 823613886
        },
        {
            "start": 823613990,
            "stop": 823615153
        },
        {
            "start": 823615186,
            "stop": 823615188
        },
        {
            "start": 823616642,
            "stop": 823617734
        }
    ]
}