Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46989
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46988",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46989,
    "results": [
        {
            "start": 875218086,
            "stop": 875218088
        },
        {
            "start": 875218090,
            "stop": 875218095
        },
        {
            "start": 875218099,
            "stop": 875218109
        },
        {
            "start": 875218112,
            "stop": 875218114
        },
        {
            "start": 875218115,
            "stop": 875218119
        },
        {
            "start": 875218120,
            "stop": 875218131
        },
        {
            "start": 875218134,
            "stop": 875218136
        },
        {
            "start": 875218141,
            "stop": 875218147
        },
        {
            "start": 875218148,
            "stop": 875218164
        },
        {
            "start": 875218167,
            "stop": 875218174
        },
        {
            "start": 875218176,
            "stop": 875218183
        },
        {
            "start": 875218184,
            "stop": 875218202
        },
        {
            "start": 875218205,
            "stop": 875218213
        },
        {
            "start": 875218216,
            "stop": 875218218
        },
        {
            "start": 875218219,
            "stop": 875218269
        },
        {
            "start": 875218270,
            "stop": 875218303
        },
        {
            "start": 875218304,
            "stop": 875218317
        },
        {
            "start": 875218321,
            "stop": 875218356
        },
        {
            "start": 875218358,
            "stop": 875218360
        },
        {
            "start": 875218361,
            "stop": 875218365
        }
    ]
}