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=5123
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=5124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5122",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5123,
    "results": [
        {
            "start": 874685974,
            "stop": 874686027
        },
        {
            "start": 874686034,
            "stop": 874686099
        },
        {
            "start": 874686106,
            "stop": 874686112
        },
        {
            "start": 874686119,
            "stop": 874686126
        },
        {
            "start": 874686141,
            "stop": 874686211
        },
        {
            "start": 874686219,
            "stop": 874686247
        },
        {
            "start": 874686254,
            "stop": 874686353
        },
        {
            "start": 874686360,
            "stop": 874686457
        },
        {
            "start": 874686471,
            "stop": 874686473
        },
        {
            "start": 874686480,
            "stop": 874686517
        },
        {
            "start": 874686530,
            "stop": 874686542
        },
        {
            "start": 874686549,
            "stop": 874686566
        },
        {
            "start": 874686577,
            "stop": 874686591
        },
        {
            "start": 874686598,
            "stop": 874686663
        },
        {
            "start": 874686670,
            "stop": 874686803
        },
        {
            "start": 874686810,
            "stop": 874686839
        },
        {
            "start": 874686846,
            "stop": 874686869
        },
        {
            "start": 874686876,
            "stop": 874686948
        },
        {
            "start": 874686955,
            "stop": 874686992
        },
        {
            "start": 874686999,
            "stop": 874687014
        }
    ]
}