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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=201",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 202,
    "results": [
        {
            "start": 820287242,
            "stop": 820287318
        },
        {
            "start": 820287322,
            "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": 820304804
        },
        {
            "start": 820304985,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820314487
        },
        {
            "start": 820314490,
            "stop": 820314713
        },
        {
            "start": 820314716,
            "stop": 820316391
        },
        {
            "start": 820316397,
            "stop": 820320840
        },
        {
            "start": 820322155,
            "stop": 820323951
        },
        {
            "start": 820323954,
            "stop": 820326856
        },
        {
            "start": 820327950,
            "stop": 820330429
        },
        {
            "start": 820330430,
            "stop": 820332813
        },
        {
            "start": 820332817,
            "stop": 820333569
        }
    ]
}