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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=29",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 30,
    "results": [
        {
            "start": 816782230,
            "stop": 816783709
        },
        {
            "start": 816783722,
            "stop": 816783950
        },
        {
            "start": 816784090,
            "stop": 816784139
        },
        {
            "start": 816784146,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816795170
        },
        {
            "start": 816795310,
            "stop": 816796130
        },
        {
            "start": 816796210,
            "stop": 816797270
        },
        {
            "start": 816797350,
            "stop": 816798470
        },
        {
            "start": 816798550,
            "stop": 816799850
        },
        {
            "start": 816799930,
            "stop": 816800270
        },
        {
            "start": 816800410,
            "stop": 816804110
        },
        {
            "start": 816804190,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816804830
        },
        {
            "start": 816804970,
            "stop": 816806510
        },
        {
            "start": 816806590,
            "stop": 816807193
        },
        {
            "start": 816812530,
            "stop": 816812597
        },
        {
            "start": 816812604,
            "stop": 816813470
        },
        {
            "start": 816813550,
            "stop": 816814130
        },
        {
            "start": 816816157,
            "stop": 816816290
        },
        {
            "start": 816816370,
            "stop": 816816710
        }
    ]
}