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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=197",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 198,
    "results": [
        {
            "start": 821666231,
            "stop": 821666235
        },
        {
            "start": 821666238,
            "stop": 821666244
        },
        {
            "start": 821666247,
            "stop": 821666273
        },
        {
            "start": 821666277,
            "stop": 821666287
        },
        {
            "start": 821666293,
            "stop": 821666295
        },
        {
            "start": 821666299,
            "stop": 821666327
        },
        {
            "start": 821666331,
            "stop": 821666337
        },
        {
            "start": 821666341,
            "stop": 821666355
        },
        {
            "start": 821666358,
            "stop": 821666360
        },
        {
            "start": 821666367,
            "stop": 821666374
        },
        {
            "start": 821666377,
            "stop": 821666378
        },
        {
            "start": 821666382,
            "stop": 821666389
        },
        {
            "start": 821666394,
            "stop": 821666404
        },
        {
            "start": 821666407,
            "stop": 821666409
        },
        {
            "start": 821666412,
            "stop": 821666419
        },
        {
            "start": 821666422,
            "stop": 821666427
        },
        {
            "start": 821666431,
            "stop": 821666437
        },
        {
            "start": 821666440,
            "stop": 821666441
        },
        {
            "start": 821666444,
            "stop": 821666447
        },
        {
            "start": 821666452,
            "stop": 821666453
        }
    ]
}