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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2363",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2364,
    "results": [
        {
            "start": 872343632,
            "stop": 872343742
        },
        {
            "start": 872343778,
            "stop": 872343945
        },
        {
            "start": 872343962,
            "stop": 872344666
        },
        {
            "start": 872344683,
            "stop": 872344735
        },
        {
            "start": 872344752,
            "stop": 872344762
        },
        {
            "start": 872344779,
            "stop": 872344992
        },
        {
            "start": 872345009,
            "stop": 872345089
        },
        {
            "start": 872345106,
            "stop": 872345330
        },
        {
            "start": 872345470,
            "stop": 872345471
        },
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872345950,
            "stop": 872346205
        },
        {
            "start": 872346505,
            "stop": 872346846
        },
        {
            "start": 872346863,
            "stop": 872347756
        },
        {
            "start": 872347773,
            "stop": 872347776
        },
        {
            "start": 872347802,
            "stop": 872348091
        },
        {
            "start": 872348108,
            "stop": 872348183
        },
        {
            "start": 872348200,
            "stop": 872348307
        },
        {
            "start": 872348345,
            "stop": 872348376
        },
        {
            "start": 872348424,
            "stop": 872348453
        },
        {
            "start": 872365308,
            "stop": 872365460
        }
    ]
}