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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=138",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 139,
    "results": [
        {
            "start": 833448607,
            "stop": 833451104
        },
        {
            "start": 833452115,
            "stop": 833498251
        },
        {
            "start": 833498252,
            "stop": 833574133
        },
        {
            "start": 833575168,
            "stop": 833576833
        },
        {
            "start": 833577477,
            "stop": 833578437
        },
        {
            "start": 833579192,
            "stop": 833580673
        },
        {
            "start": 833581326,
            "stop": 833641231
        },
        {
            "start": 833659775,
            "stop": 833663473
        },
        {
            "start": 833665479,
            "stop": 833681833
        },
        {
            "start": 833682895,
            "stop": 833688494
        },
        {
            "start": 833688497,
            "stop": 833703337
        },
        {
            "start": 833703338,
            "stop": 833718240
        },
        {
            "start": 833718241,
            "stop": 833728633
        },
        {
            "start": 833729398,
            "stop": 833731319
        },
        {
            "start": 833731323,
            "stop": 833742313
        },
        {
            "start": 833743219,
            "stop": 833744588
        },
        {
            "start": 833744661,
            "stop": 833744893
        },
        {
            "start": 833744894,
            "stop": 833749153
        },
        {
            "start": 833751248,
            "stop": 833753168
        },
        {
            "start": 833754400,
            "stop": 833756512
        }
    ]
}