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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5087",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5088,
    "results": [
        {
            "start": 874634566,
            "stop": 874634700
        },
        {
            "start": 874634707,
            "stop": 874634715
        },
        {
            "start": 874634722,
            "stop": 874634737
        },
        {
            "start": 874634745,
            "stop": 874634755
        },
        {
            "start": 874634762,
            "stop": 874634839
        },
        {
            "start": 874634846,
            "stop": 874634850
        },
        {
            "start": 874634857,
            "stop": 874634867
        },
        {
            "start": 874634874,
            "stop": 874634885
        },
        {
            "start": 874634901,
            "stop": 874634953
        },
        {
            "start": 874634960,
            "stop": 874634972
        },
        {
            "start": 874634979,
            "stop": 874635128
        },
        {
            "start": 874635138,
            "stop": 874635214
        },
        {
            "start": 874635221,
            "stop": 874635239
        },
        {
            "start": 874635246,
            "stop": 874635253
        },
        {
            "start": 874635260,
            "stop": 874635277
        },
        {
            "start": 874635291,
            "stop": 874635333
        },
        {
            "start": 874635340,
            "stop": 874635410
        },
        {
            "start": 874635417,
            "stop": 874635473
        },
        {
            "start": 874635481,
            "stop": 874635506
        },
        {
            "start": 874635513,
            "stop": 874635575
        }
    ]
}