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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7187",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7188,
    "results": [
        {
            "start": 875196540,
            "stop": 875196736
        },
        {
            "start": 875196740,
            "stop": 875198850
        },
        {
            "start": 875198853,
            "stop": 875199129
        },
        {
            "start": 875199132,
            "stop": 875200231
        },
        {
            "start": 875200235,
            "stop": 875201301
        },
        {
            "start": 875201304,
            "stop": 875202431
        },
        {
            "start": 875202434,
            "stop": 875203277
        },
        {
            "start": 875203323,
            "stop": 875203346
        },
        {
            "start": 875203349,
            "stop": 875203380
        },
        {
            "start": 875203440,
            "stop": 875203718
        },
        {
            "start": 875203721,
            "stop": 875203734
        },
        {
            "start": 875203737,
            "stop": 875204328
        },
        {
            "start": 875204332,
            "stop": 875204414
        },
        {
            "start": 875204418,
            "stop": 875205265
        },
        {
            "start": 875205269,
            "stop": 875205436
        },
        {
            "start": 875205439,
            "stop": 875205900
        },
        {
            "start": 875205960,
            "stop": 875206175
        },
        {
            "start": 875206178,
            "stop": 875207810
        },
        {
            "start": 875207813,
            "stop": 875209462
        },
        {
            "start": 875209465,
            "stop": 875209789
        }
    ]
}