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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=92",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 93,
    "results": [
        {
            "start": 819223106,
            "stop": 819223159
        },
        {
            "start": 819223176,
            "stop": 819223356
        },
        {
            "start": 819223359,
            "stop": 819224389
        },
        {
            "start": 819224410,
            "stop": 819224864
        },
        {
            "start": 819224881,
            "stop": 819225818
        },
        {
            "start": 819225821,
            "stop": 819226019
        },
        {
            "start": 819226022,
            "stop": 819226499
        },
        {
            "start": 819228203,
            "stop": 819228378
        },
        {
            "start": 819229754,
            "stop": 819229992
        },
        {
            "start": 819229995,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819233686
        },
        {
            "start": 819233689,
            "stop": 819234373
        },
        {
            "start": 819235345,
            "stop": 819235433
        },
        {
            "start": 819235450,
            "stop": 819235782
        },
        {
            "start": 819235799,
            "stop": 819236565
        },
        {
            "start": 819236582,
            "stop": 819237348
        },
        {
            "start": 819237351,
            "stop": 819237960
        },
        {
            "start": 819237963,
            "stop": 819238093
        },
        {
            "start": 819241451,
            "stop": 819241765
        },
        {
            "start": 819241782,
            "stop": 819243719
        }
    ]
}