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=1351
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=1352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1350",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1351,
    "results": [
        {
            "start": 843850281,
            "stop": 843850291
        },
        {
            "start": 843850297,
            "stop": 843850311
        },
        {
            "start": 843850314,
            "stop": 843850320
        },
        {
            "start": 843850323,
            "stop": 843850331
        },
        {
            "start": 843850334,
            "stop": 843850338
        },
        {
            "start": 843850341,
            "stop": 843850346
        },
        {
            "start": 843850349,
            "stop": 843850384
        },
        {
            "start": 843850389,
            "stop": 843850390
        },
        {
            "start": 843850393,
            "stop": 843850401
        },
        {
            "start": 843850405,
            "stop": 843850413
        },
        {
            "start": 843850418,
            "stop": 843850423
        },
        {
            "start": 843850426,
            "stop": 843850433
        },
        {
            "start": 843850441,
            "stop": 843850447
        },
        {
            "start": 843850450,
            "stop": 843850473
        },
        {
            "start": 843850478,
            "stop": 843850485
        },
        {
            "start": 843850489,
            "stop": 843850490
        },
        {
            "start": 843850493,
            "stop": 843850513
        },
        {
            "start": 843850516,
            "stop": 843850531
        },
        {
            "start": 843850534,
            "stop": 843850547
        },
        {
            "start": 843850550,
            "stop": 843850560
        }
    ]
}