Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=377
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=376",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 377,
    "results": [
        {
            "start": 829443165,
            "stop": 829443166
        },
        {
            "start": 829443170,
            "stop": 829443171
        },
        {
            "start": 829443175,
            "stop": 829443191
        },
        {
            "start": 829443197,
            "stop": 829443200
        },
        {
            "start": 829443202,
            "stop": 829443203
        },
        {
            "start": 829443206,
            "stop": 829443207
        },
        {
            "start": 829443211,
            "stop": 829443215
        },
        {
            "start": 829443220,
            "stop": 829443224
        },
        {
            "start": 829443227,
            "stop": 829443234
        },
        {
            "start": 829443237,
            "stop": 829443239
        },
        {
            "start": 829443241,
            "stop": 829443245
        },
        {
            "start": 829443247,
            "stop": 829443254
        },
        {
            "start": 829443256,
            "stop": 829443262
        },
        {
            "start": 829443265,
            "stop": 829443268
        },
        {
            "start": 829443273,
            "stop": 829443274
        },
        {
            "start": 829443279,
            "stop": 829443301
        },
        {
            "start": 829443305,
            "stop": 829443316
        },
        {
            "start": 829443323,
            "stop": 829443338
        },
        {
            "start": 829443341,
            "stop": 829443357
        },
        {
            "start": 829443359,
            "stop": 829443363
        }
    ]
}