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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=75",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 76,
    "results": [
        {
            "start": 943459626,
            "stop": 943470222
        },
        {
            "start": 943472870,
            "stop": 943476815
        },
        {
            "start": 943476977,
            "stop": 943485499
        },
        {
            "start": 943487118,
            "stop": 943500836
        },
        {
            "start": 943503342,
            "stop": 943537372
        },
        {
            "start": 943541981,
            "stop": 943552607
        },
        {
            "start": 943558445,
            "stop": 943565607
        },
        {
            "start": 943569756,
            "stop": 943590681
        },
        {
            "start": 943592837,
            "stop": 943595711
        },
        {
            "start": 943599439,
            "stop": 943629533
        },
        {
            "start": 943630725,
            "stop": 943630990
        },
        {
            "start": 943634559,
            "stop": 943634621
        },
        {
            "start": 943636332,
            "stop": 943638202
        },
        {
            "start": 943641339,
            "stop": 943645658
        },
        {
            "start": 943648729,
            "stop": 943662693
        },
        {
            "start": 943663389,
            "stop": 943666356
        },
        {
            "start": 943669727,
            "stop": 943674192
        },
        {
            "start": 943675881,
            "stop": 943701510
        },
        {
            "start": 943703870,
            "stop": 943709248
        },
        {
            "start": 943715988,
            "stop": 943720019
        }
    ]
}