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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33290",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33291,
    "results": [
        {
            "start": 971006450,
            "stop": 971006456
        },
        {
            "start": 971006457,
            "stop": 971006476
        },
        {
            "start": 971006479,
            "stop": 971006482
        },
        {
            "start": 971006485,
            "stop": 971006503
        },
        {
            "start": 971006507,
            "stop": 971006521
        },
        {
            "start": 971006522,
            "stop": 971006545
        },
        {
            "start": 971006546,
            "stop": 971006548
        },
        {
            "start": 971006549,
            "stop": 971006569
        },
        {
            "start": 971006570,
            "stop": 971006582
        },
        {
            "start": 971006585,
            "stop": 971006587
        },
        {
            "start": 971006590,
            "stop": 971006592
        },
        {
            "start": 971006593,
            "stop": 971006601
        },
        {
            "start": 971006602,
            "stop": 971006606
        },
        {
            "start": 971006607,
            "stop": 971006615
        },
        {
            "start": 971006618,
            "stop": 971006622
        },
        {
            "start": 971006624,
            "stop": 971006635
        },
        {
            "start": 971006638,
            "stop": 971006644
        },
        {
            "start": 971006645,
            "stop": 971006679
        },
        {
            "start": 971006681,
            "stop": 971006709
        },
        {
            "start": 971006710,
            "stop": 971006715
        }
    ]
}