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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=51",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 52,
    "results": [
        {
            "start": 821821581,
            "stop": 821822395
        },
        {
            "start": 821824292,
            "stop": 821824728
        },
        {
            "start": 821825563,
            "stop": 821826609
        },
        {
            "start": 821827606,
            "stop": 821831413
        },
        {
            "start": 821832100,
            "stop": 821833070
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840653
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872813
        },
        {
            "start": 821875260,
            "stop": 821883253
        },
        {
            "start": 821883300,
            "stop": 821883301
        },
        {
            "start": 821883539,
            "stop": 821906353
        },
        {
            "start": 821906707,
            "stop": 821909473
        },
        {
            "start": 821910889,
            "stop": 821911933
        },
        {
            "start": 821912080,
            "stop": 821915105
        },
        {
            "start": 821916305,
            "stop": 821919968
        },
        {
            "start": 821920000,
            "stop": 821957952
        },
        {
            "start": 821957984,
            "stop": 821960608
        },
        {
            "start": 821960640,
            "stop": 821969278
        },
        {
            "start": 821970104,
            "stop": 821980352
        }
    ]
}