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=5070
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=5071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5069",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5070,
    "results": [
        {
            "start": 874613207,
            "stop": 874613209
        },
        {
            "start": 874613223,
            "stop": 874613289
        },
        {
            "start": 874613297,
            "stop": 874613314
        },
        {
            "start": 874613326,
            "stop": 874613347
        },
        {
            "start": 874613354,
            "stop": 874613399
        },
        {
            "start": 874613406,
            "stop": 874613411
        },
        {
            "start": 874613418,
            "stop": 874613422
        },
        {
            "start": 874613435,
            "stop": 874613446
        },
        {
            "start": 874613453,
            "stop": 874613473
        },
        {
            "start": 874613480,
            "stop": 874613494
        },
        {
            "start": 874613501,
            "stop": 874613511
        },
        {
            "start": 874613519,
            "stop": 874613558
        },
        {
            "start": 874613565,
            "stop": 874613576
        },
        {
            "start": 874613583,
            "stop": 874613627
        },
        {
            "start": 874613639,
            "stop": 874613662
        },
        {
            "start": 874613761,
            "stop": 874613776
        },
        {
            "start": 874613788,
            "stop": 874613789
        },
        {
            "start": 874613796,
            "stop": 874613813
        },
        {
            "start": 874613823,
            "stop": 874613842
        },
        {
            "start": 874613849,
            "stop": 874613851
        }
    ]
}