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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=121",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 122,
    "results": [
        {
            "start": 819988981,
            "stop": 819989096
        },
        {
            "start": 819989103,
            "stop": 819989135
        },
        {
            "start": 819989144,
            "stop": 819989402
        },
        {
            "start": 819989411,
            "stop": 819989699
        },
        {
            "start": 819989706,
            "stop": 819989841
        },
        {
            "start": 819989848,
            "stop": 819990047
        },
        {
            "start": 819990054,
            "stop": 819990095
        },
        {
            "start": 819990102,
            "stop": 819990722
        },
        {
            "start": 819990729,
            "stop": 819990807
        },
        {
            "start": 819990814,
            "stop": 819990911
        },
        {
            "start": 819990924,
            "stop": 819991424
        },
        {
            "start": 819991432,
            "stop": 819991550
        },
        {
            "start": 819991630,
            "stop": 819991772
        },
        {
            "start": 819991780,
            "stop": 819991851
        },
        {
            "start": 819991858,
            "stop": 819991877
        },
        {
            "start": 819991898,
            "stop": 819991915
        },
        {
            "start": 819991922,
            "stop": 819992140
        },
        {
            "start": 819992147,
            "stop": 819992205
        },
        {
            "start": 819992212,
            "stop": 819992226
        },
        {
            "start": 819992234,
            "stop": 819992455
        }
    ]
}