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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8145",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8146,
    "results": [
        {
            "start": 970967423,
            "stop": 970967456
        },
        {
            "start": 970967459,
            "stop": 970967519
        },
        {
            "start": 970967524,
            "stop": 970967534
        },
        {
            "start": 970967537,
            "stop": 970967643
        },
        {
            "start": 970967646,
            "stop": 970967674
        },
        {
            "start": 970967677,
            "stop": 970967737
        },
        {
            "start": 970967740,
            "stop": 970967815
        },
        {
            "start": 970967818,
            "stop": 970967824
        },
        {
            "start": 970967827,
            "stop": 970967863
        },
        {
            "start": 970967866,
            "stop": 970968345
        },
        {
            "start": 970968348,
            "stop": 970968511
        },
        {
            "start": 970968514,
            "stop": 970968632
        },
        {
            "start": 970968635,
            "stop": 970968815
        },
        {
            "start": 970968818,
            "stop": 970968885
        },
        {
            "start": 970968888,
            "stop": 970968899
        },
        {
            "start": 970968902,
            "stop": 970969293
        },
        {
            "start": 970969299,
            "stop": 970969484
        },
        {
            "start": 970969487,
            "stop": 970969664
        },
        {
            "start": 970969667,
            "stop": 970970115
        },
        {
            "start": 970970118,
            "stop": 970970120
        }
    ]
}