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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7916",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7914",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7915,
    "results": [
        {
            "start": 969990207,
            "stop": 969990228
        },
        {
            "start": 969990241,
            "stop": 969990246
        },
        {
            "start": 969990253,
            "stop": 969990268
        },
        {
            "start": 969990273,
            "stop": 969990280
        },
        {
            "start": 969990283,
            "stop": 969990287
        },
        {
            "start": 969990297,
            "stop": 969990305
        },
        {
            "start": 969990309,
            "stop": 969990314
        },
        {
            "start": 969990317,
            "stop": 969990332
        },
        {
            "start": 969990336,
            "stop": 969990338
        },
        {
            "start": 969990341,
            "stop": 969990352
        },
        {
            "start": 969990355,
            "stop": 969990356
        },
        {
            "start": 969990361,
            "stop": 969990368
        },
        {
            "start": 969990374,
            "stop": 969990471
        },
        {
            "start": 969990480,
            "stop": 969990502
        },
        {
            "start": 969990506,
            "stop": 969990549
        },
        {
            "start": 969990557,
            "stop": 969990585
        },
        {
            "start": 969990588,
            "stop": 969990589
        },
        {
            "start": 969990592,
            "stop": 969990602
        },
        {
            "start": 969990607,
            "stop": 969990610
        },
        {
            "start": 969990615,
            "stop": 969990620
        }
    ]
}