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=1382
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=1383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1381",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1382,
    "results": [
        {
            "start": 843870231,
            "stop": 843870248
        },
        {
            "start": 843870251,
            "stop": 843870254
        },
        {
            "start": 843870257,
            "stop": 843870283
        },
        {
            "start": 843870286,
            "stop": 843870342
        },
        {
            "start": 843870345,
            "stop": 843870365
        },
        {
            "start": 843870368,
            "stop": 843870395
        },
        {
            "start": 843870398,
            "stop": 843870458
        },
        {
            "start": 843870461,
            "stop": 843870566
        },
        {
            "start": 843870569,
            "stop": 843870635
        },
        {
            "start": 843870638,
            "stop": 843870696
        },
        {
            "start": 843870699,
            "stop": 843870726
        },
        {
            "start": 843870732,
            "stop": 843870940
        },
        {
            "start": 843870943,
            "stop": 843870952
        },
        {
            "start": 843870955,
            "stop": 843871058
        },
        {
            "start": 843871061,
            "stop": 843871093
        },
        {
            "start": 843871096,
            "stop": 843871108
        },
        {
            "start": 843871111,
            "stop": 843871144
        },
        {
            "start": 843871147,
            "stop": 843871192
        },
        {
            "start": 843871195,
            "stop": 843871406
        },
        {
            "start": 843871409,
            "stop": 843871474
        }
    ]
}