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=1312
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=1313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1311",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1312,
    "results": [
        {
            "start": 843833839,
            "stop": 843833857
        },
        {
            "start": 843833860,
            "stop": 843833877
        },
        {
            "start": 843833880,
            "stop": 843833881
        },
        {
            "start": 843833884,
            "stop": 843833923
        },
        {
            "start": 843833926,
            "stop": 843833987
        },
        {
            "start": 843833990,
            "stop": 843834071
        },
        {
            "start": 843834074,
            "stop": 843834078
        },
        {
            "start": 843834081,
            "stop": 843834086
        },
        {
            "start": 843834090,
            "stop": 843834103
        },
        {
            "start": 843834106,
            "stop": 843834107
        },
        {
            "start": 843834111,
            "stop": 843834166
        },
        {
            "start": 843834173,
            "stop": 843834271
        },
        {
            "start": 843834274,
            "stop": 843834302
        },
        {
            "start": 843834307,
            "stop": 843834375
        },
        {
            "start": 843834378,
            "stop": 843834395
        },
        {
            "start": 843834398,
            "stop": 843834461
        },
        {
            "start": 843834464,
            "stop": 843834504
        },
        {
            "start": 843834507,
            "stop": 843834538
        },
        {
            "start": 843834541,
            "stop": 843834580
        },
        {
            "start": 843834583,
            "stop": 843834590
        }
    ]
}