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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=842",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=840",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 841,
    "results": [
        {
            "start": 871654803,
            "stop": 871671990
        },
        {
            "start": 871673694,
            "stop": 871675384
        },
        {
            "start": 871675999,
            "stop": 871676721
        },
        {
            "start": 871677930,
            "stop": 871679606
        },
        {
            "start": 871680609,
            "stop": 871685670
        },
        {
            "start": 871693044,
            "stop": 871695392
        },
        {
            "start": 871696727,
            "stop": 871701480
        },
        {
            "start": 871701540,
            "stop": 871718967
        },
        {
            "start": 871719595,
            "stop": 871743924
        },
        {
            "start": 871760075,
            "stop": 871803499
        },
        {
            "start": 871804051,
            "stop": 871814310
        },
        {
            "start": 871814370,
            "stop": 871836986
        },
        {
            "start": 871836987,
            "stop": 871842120
        },
        {
            "start": 871842180,
            "stop": 871853582
        },
        {
            "start": 871858696,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871920977
        },
        {
            "start": 871922459,
            "stop": 871931442
        },
        {
            "start": 871931444,
            "stop": 871933650
        },
        {
            "start": 871934718,
            "stop": 871942260
        },
        {
            "start": 871942320,
            "stop": 872015149
        }
    ]
}