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=5209
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=5210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5208",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5209,
    "results": [
        {
            "start": 875063682,
            "stop": 875063994
        },
        {
            "start": 875064001,
            "stop": 875064184
        },
        {
            "start": 875064191,
            "stop": 875064637
        },
        {
            "start": 875064644,
            "stop": 875064688
        },
        {
            "start": 875064695,
            "stop": 875066256
        },
        {
            "start": 875066263,
            "stop": 875068565
        },
        {
            "start": 875068572,
            "stop": 875069449
        },
        {
            "start": 875069456,
            "stop": 875069541
        },
        {
            "start": 875069548,
            "stop": 875071118
        },
        {
            "start": 875071125,
            "stop": 875073091
        },
        {
            "start": 875073098,
            "stop": 875074794
        },
        {
            "start": 875074801,
            "stop": 875075491
        },
        {
            "start": 875075498,
            "stop": 875075834
        },
        {
            "start": 875075842,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875078754
        },
        {
            "start": 875078761,
            "stop": 875079146
        },
        {
            "start": 875079154,
            "stop": 875079505
        },
        {
            "start": 875079541,
            "stop": 875079655
        },
        {
            "start": 875079692,
            "stop": 875079826
        },
        {
            "start": 875079862,
            "stop": 875080156
        }
    ]
}