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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=183",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 184,
    "results": [
        {
            "start": 820199244,
            "stop": 820199281
        },
        {
            "start": 820202752,
            "stop": 820202756
        },
        {
            "start": 820202759,
            "stop": 820202767
        },
        {
            "start": 820202770,
            "stop": 820202831
        },
        {
            "start": 820202834,
            "stop": 820202843
        },
        {
            "start": 820202846,
            "stop": 820202876
        },
        {
            "start": 820202879,
            "stop": 820202967
        },
        {
            "start": 820202970,
            "stop": 820203005
        },
        {
            "start": 820203008,
            "stop": 820203065
        },
        {
            "start": 820203069,
            "stop": 820203118
        },
        {
            "start": 820203121,
            "stop": 820203138
        },
        {
            "start": 820203144,
            "stop": 820203165
        },
        {
            "start": 820203169,
            "stop": 820203208
        },
        {
            "start": 820203214,
            "stop": 820203237
        },
        {
            "start": 820203240,
            "stop": 820203370
        },
        {
            "start": 820203373,
            "stop": 820203384
        },
        {
            "start": 820203387,
            "stop": 820203391
        },
        {
            "start": 820203395,
            "stop": 820203485
        },
        {
            "start": 820203488,
            "stop": 820203542
        },
        {
            "start": 820203546,
            "stop": 820203568
        }
    ]
}