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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 109,
    "results": [
        {
            "start": 931403775,
            "stop": 931403778
        },
        {
            "start": 931403780,
            "stop": 931403783
        },
        {
            "start": 931403785,
            "stop": 931403791
        },
        {
            "start": 931403793,
            "stop": 931403832
        },
        {
            "start": 931403833,
            "stop": 931403842
        },
        {
            "start": 931403843,
            "stop": 931403847
        },
        {
            "start": 931403849,
            "stop": 931403851
        },
        {
            "start": 931403853,
            "stop": 931403890
        },
        {
            "start": 931403892,
            "stop": 931403895
        },
        {
            "start": 931403897,
            "stop": 931403909
        },
        {
            "start": 931403911,
            "stop": 931403960
        },
        {
            "start": 931403961,
            "stop": 931403971
        },
        {
            "start": 931403973,
            "stop": 931404012
        },
        {
            "start": 931404014,
            "stop": 931404031
        },
        {
            "start": 931404033,
            "stop": 931404036
        },
        {
            "start": 931404038,
            "stop": 931404039
        },
        {
            "start": 931404040,
            "stop": 931404041
        },
        {
            "start": 931404043,
            "stop": 931404046
        },
        {
            "start": 931404048,
            "stop": 931404049
        },
        {
            "start": 931404050,
            "stop": 931404051
        }
    ]
}