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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=236",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 237,
    "results": [
        {
            "start": 846684052,
            "stop": 846684063
        },
        {
            "start": 846684067,
            "stop": 846684072
        },
        {
            "start": 846684077,
            "stop": 846689887
        },
        {
            "start": 846689891,
            "stop": 846689901
        },
        {
            "start": 846689919,
            "stop": 846689925
        },
        {
            "start": 846689928,
            "stop": 846689935
        },
        {
            "start": 846689938,
            "stop": 846689982
        },
        {
            "start": 846689985,
            "stop": 846689991
        },
        {
            "start": 846690000,
            "stop": 846690108
        },
        {
            "start": 846690121,
            "stop": 846690406
        },
        {
            "start": 846690419,
            "stop": 846692353
        },
        {
            "start": 846692358,
            "stop": 846692363
        },
        {
            "start": 846692367,
            "stop": 846692372
        },
        {
            "start": 846692377,
            "stop": 846692382
        },
        {
            "start": 846692401,
            "stop": 846692425
        },
        {
            "start": 846692429,
            "stop": 846692434
        },
        {
            "start": 846692449,
            "stop": 846692454
        },
        {
            "start": 846692463,
            "stop": 846692487
        },
        {
            "start": 846692491,
            "stop": 846692511
        },
        {
            "start": 846692520,
            "stop": 846692530
        }
    ]
}