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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3732",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3733,
    "results": [
        {
            "start": 873618657,
            "stop": 873619186
        },
        {
            "start": 873619203,
            "stop": 873619308
        },
        {
            "start": 873619325,
            "stop": 873620121
        },
        {
            "start": 873620138,
            "stop": 873623495
        },
        {
            "start": 873623512,
            "stop": 873627644
        },
        {
            "start": 873627825,
            "stop": 873631504
        },
        {
            "start": 873648420,
            "stop": 873648455
        },
        {
            "start": 873650307,
            "stop": 873650416
        },
        {
            "start": 873650433,
            "stop": 873650451
        },
        {
            "start": 873650476,
            "stop": 873650532
        },
        {
            "start": 873650549,
            "stop": 873650580
        },
        {
            "start": 873650640,
            "stop": 873650760
        },
        {
            "start": 873650820,
            "stop": 873651120
        },
        {
            "start": 873651243,
            "stop": 873651389
        },
        {
            "start": 873651392,
            "stop": 873651420
        },
        {
            "start": 873651532,
            "stop": 873651617
        },
        {
            "start": 873651917,
            "stop": 873652155
        },
        {
            "start": 873652265,
            "stop": 873652304
        },
        {
            "start": 873652321,
            "stop": 873652540
        },
        {
            "start": 873652583,
            "stop": 873652765
        }
    ]
}