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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=111",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 112,
    "results": [
        {
            "start": 825618547,
            "stop": 825625526
        },
        {
            "start": 825626215,
            "stop": 825629770
        },
        {
            "start": 825631079,
            "stop": 825654788
        },
        {
            "start": 825655296,
            "stop": 825655350
        },
        {
            "start": 825655351,
            "stop": 825667653
        },
        {
            "start": 825668196,
            "stop": 825681982
        },
        {
            "start": 825681984,
            "stop": 825682059
        },
        {
            "start": 825682558,
            "stop": 825682973
        },
        {
            "start": 825690868,
            "stop": 825691729
        },
        {
            "start": 825693037,
            "stop": 825693145
        },
        {
            "start": 825693147,
            "stop": 825693436
        },
        {
            "start": 825693438,
            "stop": 825693441
        },
        {
            "start": 825693443,
            "stop": 825694971
        },
        {
            "start": 825694973,
            "stop": 825694987
        },
        {
            "start": 825694989,
            "stop": 825695031
        },
        {
            "start": 825695033,
            "stop": 825695035
        },
        {
            "start": 825695037,
            "stop": 825695040
        },
        {
            "start": 825695042,
            "stop": 825695078
        },
        {
            "start": 825696990,
            "stop": 825697135
        },
        {
            "start": 825697137,
            "stop": 825697476
        }
    ]
}