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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9782",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9783,
    "results": [
        {
            "start": 873750344,
            "stop": 873750646
        },
        {
            "start": 873750649,
            "stop": 873750701
        },
        {
            "start": 873750704,
            "stop": 873750934
        },
        {
            "start": 873750937,
            "stop": 873750967
        },
        {
            "start": 873750970,
            "stop": 873750993
        },
        {
            "start": 873750996,
            "stop": 873751270
        },
        {
            "start": 873751273,
            "stop": 873751627
        },
        {
            "start": 873751632,
            "stop": 873753803
        },
        {
            "start": 873753806,
            "stop": 873753847
        },
        {
            "start": 873753850,
            "stop": 873753968
        },
        {
            "start": 873753971,
            "stop": 873756273
        },
        {
            "start": 873756276,
            "stop": 873759462
        },
        {
            "start": 873759465,
            "stop": 873760742
        },
        {
            "start": 873760745,
            "stop": 873765640
        },
        {
            "start": 873765641,
            "stop": 873765642
        },
        {
            "start": 873765643,
            "stop": 873765644
        },
        {
            "start": 873765645,
            "stop": 873765649
        },
        {
            "start": 873765652,
            "stop": 873765696
        },
        {
            "start": 873765699,
            "stop": 873767291
        },
        {
            "start": 873767294,
            "stop": 873767646
        }
    ]
}