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=1458
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=1459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1457",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1458,
    "results": [
        {
            "start": 858888373,
            "stop": 858892084
        },
        {
            "start": 858892720,
            "stop": 858900060
        },
        {
            "start": 858900063,
            "stop": 858901045
        },
        {
            "start": 858901048,
            "stop": 858956618
        },
        {
            "start": 858956621,
            "stop": 858957894
        },
        {
            "start": 858957897,
            "stop": 858961246
        },
        {
            "start": 858962252,
            "stop": 858964052
        },
        {
            "start": 858965510,
            "stop": 858966233
        },
        {
            "start": 858968477,
            "stop": 858970474
        },
        {
            "start": 858970634,
            "stop": 858971772
        },
        {
            "start": 858971775,
            "stop": 858973783
        },
        {
            "start": 858974969,
            "stop": 858985536
        },
        {
            "start": 858986760,
            "stop": 859042618
        },
        {
            "start": 859059180,
            "stop": 859064356
        },
        {
            "start": 859064359,
            "stop": 859065182
        },
        {
            "start": 859065185,
            "stop": 859065187
        },
        {
            "start": 859065191,
            "stop": 859065197
        },
        {
            "start": 859065200,
            "stop": 859068966
        },
        {
            "start": 859070175,
            "stop": 859074384
        },
        {
            "start": 859074472,
            "stop": 859074584
        }
    ]
}