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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=513",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 514,
    "results": [
        {
            "start": 964204762,
            "stop": 964204766
        },
        {
            "start": 964204768,
            "stop": 964205220
        },
        {
            "start": 964205221,
            "stop": 964206738
        },
        {
            "start": 964206740,
            "stop": 964207444
        },
        {
            "start": 964207446,
            "stop": 964214525
        },
        {
            "start": 964214526,
            "stop": 964216820
        },
        {
            "start": 964216821,
            "stop": 964232507
        },
        {
            "start": 964233015,
            "stop": 964240073
        },
        {
            "start": 964240074,
            "stop": 964255637
        },
        {
            "start": 964255638,
            "stop": 964262444
        },
        {
            "start": 964262446,
            "stop": 964280001
        },
        {
            "start": 964315151,
            "stop": 964318068
        },
        {
            "start": 964318695,
            "stop": 964320319
        },
        {
            "start": 964321814,
            "stop": 964329505
        },
        {
            "start": 964330255,
            "stop": 964343695
        },
        {
            "start": 964343911,
            "stop": 964366203
        },
        {
            "start": 964366207,
            "stop": 964368487
        },
        {
            "start": 964368488,
            "stop": 964368809
        },
        {
            "start": 964373425,
            "stop": 964383886
        },
        {
            "start": 964383888,
            "stop": 964383937
        }
    ]
}