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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=256",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 257,
    "results": [
        {
            "start": 820938301,
            "stop": 820938321
        },
        {
            "start": 820938328,
            "stop": 820938354
        },
        {
            "start": 820938361,
            "stop": 820938449
        },
        {
            "start": 820938456,
            "stop": 820938471
        },
        {
            "start": 820938479,
            "stop": 820938512
        },
        {
            "start": 820938519,
            "stop": 820938546
        },
        {
            "start": 820938553,
            "stop": 820938583
        },
        {
            "start": 820938590,
            "stop": 820938644
        },
        {
            "start": 820938825,
            "stop": 820939014
        },
        {
            "start": 820939027,
            "stop": 820939085
        },
        {
            "start": 820939092,
            "stop": 820939157
        },
        {
            "start": 820939164,
            "stop": 820939209
        },
        {
            "start": 820939216,
            "stop": 820939218
        },
        {
            "start": 820939225,
            "stop": 820939351
        },
        {
            "start": 820939361,
            "stop": 820939387
        },
        {
            "start": 820939394,
            "stop": 820939418
        },
        {
            "start": 820939425,
            "stop": 820939542
        },
        {
            "start": 820939546,
            "stop": 820939604
        },
        {
            "start": 820939611,
            "stop": 820939648
        },
        {
            "start": 820939655,
            "stop": 820939728
        }
    ]
}