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=5099
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=5100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5098",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5099,
    "results": [
        {
            "start": 874648668,
            "stop": 874648720
        },
        {
            "start": 874648727,
            "stop": 874648737
        },
        {
            "start": 874648745,
            "stop": 874648748
        },
        {
            "start": 874648755,
            "stop": 874648787
        },
        {
            "start": 874648794,
            "stop": 874648847
        },
        {
            "start": 874648854,
            "stop": 874648873
        },
        {
            "start": 874648880,
            "stop": 874648936
        },
        {
            "start": 874648944,
            "stop": 874648947
        },
        {
            "start": 874648954,
            "stop": 874648986
        },
        {
            "start": 874648996,
            "stop": 874649005
        },
        {
            "start": 874649013,
            "stop": 874649392
        },
        {
            "start": 874649401,
            "stop": 874649429
        },
        {
            "start": 874649436,
            "stop": 874649448
        },
        {
            "start": 874649455,
            "stop": 874649472
        },
        {
            "start": 874649479,
            "stop": 874649638
        },
        {
            "start": 874649647,
            "stop": 874649850
        },
        {
            "start": 874649857,
            "stop": 874649868
        },
        {
            "start": 874649875,
            "stop": 874649956
        },
        {
            "start": 874649964,
            "stop": 874650002
        },
        {
            "start": 874651935,
            "stop": 874653943
        }
    ]
}