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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=395",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 396,
    "results": [
        {
            "start": 821765239,
            "stop": 821765240
        },
        {
            "start": 821765244,
            "stop": 821765247
        },
        {
            "start": 821765250,
            "stop": 821765253
        },
        {
            "start": 821765260,
            "stop": 821765262
        },
        {
            "start": 821765265,
            "stop": 821765269
        },
        {
            "start": 821765276,
            "stop": 821765279
        },
        {
            "start": 821765282,
            "stop": 821765283
        },
        {
            "start": 821765286,
            "stop": 821765295
        },
        {
            "start": 821765306,
            "stop": 821765308
        },
        {
            "start": 821765311,
            "stop": 821765318
        },
        {
            "start": 821765321,
            "stop": 821765322
        },
        {
            "start": 821765325,
            "stop": 821765327
        },
        {
            "start": 821765338,
            "stop": 821765341
        },
        {
            "start": 821765350,
            "stop": 821765355
        },
        {
            "start": 821765358,
            "stop": 821765365
        },
        {
            "start": 821765374,
            "stop": 821765378
        },
        {
            "start": 821765381,
            "stop": 821765387
        },
        {
            "start": 821765390,
            "stop": 821765391
        },
        {
            "start": 821765394,
            "stop": 821765398
        },
        {
            "start": 821765401,
            "stop": 821765437
        }
    ]
}