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=5153
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=5154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5152",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5153,
    "results": [
        {
            "start": 874723603,
            "stop": 874723946
        },
        {
            "start": 874723953,
            "stop": 874723987
        },
        {
            "start": 874723994,
            "stop": 874724027
        },
        {
            "start": 874724034,
            "stop": 874724161
        },
        {
            "start": 874724173,
            "stop": 874724176
        },
        {
            "start": 874724183,
            "stop": 874724226
        },
        {
            "start": 874724233,
            "stop": 874724325
        },
        {
            "start": 874724332,
            "stop": 874724456
        },
        {
            "start": 874724464,
            "stop": 874724506
        },
        {
            "start": 874724513,
            "stop": 874724619
        },
        {
            "start": 874724626,
            "stop": 874724755
        },
        {
            "start": 874724763,
            "stop": 874724808
        },
        {
            "start": 874724815,
            "stop": 874724822
        },
        {
            "start": 874724829,
            "stop": 874724895
        },
        {
            "start": 874724902,
            "stop": 874724942
        },
        {
            "start": 874724949,
            "stop": 874725004
        },
        {
            "start": 874725011,
            "stop": 874725105
        },
        {
            "start": 874725112,
            "stop": 874725199
        },
        {
            "start": 874725206,
            "stop": 874725221
        },
        {
            "start": 874725234,
            "stop": 874725255
        }
    ]
}