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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=68",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 69,
    "results": [
        {
            "start": 954272921,
            "stop": 954278132
        },
        {
            "start": 954280782,
            "stop": 954283568
        },
        {
            "start": 954308412,
            "stop": 954308747
        },
        {
            "start": 954311077,
            "stop": 954314013
        },
        {
            "start": 954323268,
            "stop": 954342892
        },
        {
            "start": 954345357,
            "stop": 954354245
        },
        {
            "start": 954357623,
            "stop": 954365783
        },
        {
            "start": 954366832,
            "stop": 954368403
        },
        {
            "start": 954370689,
            "stop": 954386360
        },
        {
            "start": 954394278,
            "stop": 954398966
        },
        {
            "start": 954401111,
            "stop": 954401379
        },
        {
            "start": 954408151,
            "stop": 954436554
        },
        {
            "start": 954439391,
            "stop": 954440056
        },
        {
            "start": 954441583,
            "stop": 954443384
        },
        {
            "start": 954445052,
            "stop": 954455767
        },
        {
            "start": 954479102,
            "stop": 954482138
        },
        {
            "start": 954487370,
            "stop": 954493824
        },
        {
            "start": 954495479,
            "stop": 954498860
        },
        {
            "start": 954560485,
            "stop": 954577294
        },
        {
            "start": 954581500,
            "stop": 954584761
        }
    ]
}