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=467
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=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=466",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 467,
    "results": [
        {
            "start": 821780277,
            "stop": 821780279
        },
        {
            "start": 821780284,
            "stop": 821780287
        },
        {
            "start": 821780294,
            "stop": 821780296
        },
        {
            "start": 821780299,
            "stop": 821780301
        },
        {
            "start": 821780304,
            "stop": 821780309
        },
        {
            "start": 821780313,
            "stop": 821780315
        },
        {
            "start": 821780325,
            "stop": 821780331
        },
        {
            "start": 821780336,
            "stop": 821780337
        },
        {
            "start": 821780340,
            "stop": 821780344
        },
        {
            "start": 821780349,
            "stop": 821780350
        },
        {
            "start": 821780355,
            "stop": 821780356
        },
        {
            "start": 821780359,
            "stop": 821780364
        },
        {
            "start": 821780367,
            "stop": 821780368
        },
        {
            "start": 821780378,
            "stop": 821780379
        },
        {
            "start": 821780388,
            "stop": 821780389
        },
        {
            "start": 821780395,
            "stop": 821780396
        },
        {
            "start": 821780401,
            "stop": 821780451
        },
        {
            "start": 821780454,
            "stop": 821780550
        },
        {
            "start": 821780555,
            "stop": 821780585
        },
        {
            "start": 821780588,
            "stop": 821780594
        }
    ]
}