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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=221",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 222,
    "results": [
        {
            "start": 820513036,
            "stop": 820513185
        },
        {
            "start": 820513200,
            "stop": 820513257
        },
        {
            "start": 820513264,
            "stop": 820513276
        },
        {
            "start": 820513284,
            "stop": 820513685
        },
        {
            "start": 820513699,
            "stop": 820514127
        },
        {
            "start": 820514135,
            "stop": 820514256
        },
        {
            "start": 820514264,
            "stop": 820514383
        },
        {
            "start": 820514391,
            "stop": 820514406
        },
        {
            "start": 820514413,
            "stop": 820514447
        },
        {
            "start": 820514455,
            "stop": 820514528
        },
        {
            "start": 820514535,
            "stop": 820514606
        },
        {
            "start": 820514613,
            "stop": 820514905
        },
        {
            "start": 820514919,
            "stop": 820515552
        },
        {
            "start": 820515559,
            "stop": 820515673
        },
        {
            "start": 820515680,
            "stop": 820516004
        },
        {
            "start": 820516011,
            "stop": 820516210
        },
        {
            "start": 820516217,
            "stop": 820516273
        },
        {
            "start": 820516281,
            "stop": 820516424
        },
        {
            "start": 820516431,
            "stop": 820516686
        },
        {
            "start": 820516693,
            "stop": 820516741
        }
    ]
}