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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 25,
    "results": [
        {
            "start": 816876584,
            "stop": 816882194
        },
        {
            "start": 816882223,
            "stop": 816882883
        },
        {
            "start": 816883064,
            "stop": 816892476
        },
        {
            "start": 816894486,
            "stop": 816894586
        },
        {
            "start": 816894589,
            "stop": 816894711
        },
        {
            "start": 816894714,
            "stop": 816896834
        },
        {
            "start": 816896837,
            "stop": 816897107
        },
        {
            "start": 816897110,
            "stop": 816897650
        },
        {
            "start": 816898945,
            "stop": 816900043
        },
        {
            "start": 816900046,
            "stop": 816900287
        },
        {
            "start": 816900290,
            "stop": 816901155
        },
        {
            "start": 816901601,
            "stop": 816901713
        },
        {
            "start": 816901716,
            "stop": 816901755
        },
        {
            "start": 816901758,
            "stop": 816901761
        },
        {
            "start": 816901765,
            "stop": 816903000
        },
        {
            "start": 816903003,
            "stop": 816903057
        },
        {
            "start": 816903060,
            "stop": 816903092
        },
        {
            "start": 816903095,
            "stop": 816903993
        },
        {
            "start": 816903996,
            "stop": 816904412
        },
        {
            "start": 816904415,
            "stop": 816904506
        }
    ]
}