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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=219",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 220,
    "results": [
        {
            "start": 820280037,
            "stop": 820282384
        },
        {
            "start": 820282401,
            "stop": 820282717
        },
        {
            "start": 820282720,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820287030
        },
        {
            "start": 820287035,
            "stop": 820287239
        },
        {
            "start": 820287242,
            "stop": 820287318
        },
        {
            "start": 820287322,
            "stop": 820290510
        },
        {
            "start": 820290527,
            "stop": 820293491
        },
        {
            "start": 820293494,
            "stop": 820293628
        },
        {
            "start": 820293631,
            "stop": 820293733
        },
        {
            "start": 820293736,
            "stop": 820299041
        },
        {
            "start": 820299044,
            "stop": 820299466
        },
        {
            "start": 820299470,
            "stop": 820304258
        },
        {
            "start": 820304261,
            "stop": 820304524
        },
        {
            "start": 820304527,
            "stop": 820304653
        },
        {
            "start": 820304656,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820314487
        },
        {
            "start": 820314490,
            "stop": 820314713
        },
        {
            "start": 820314716,
            "stop": 820316391
        },
        {
            "start": 820316397,
            "stop": 820320840
        }
    ]
}