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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=87",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 88,
    "results": [
        {
            "start": 825099456,
            "stop": 825099468
        },
        {
            "start": 825099473,
            "stop": 825101833
        },
        {
            "start": 825105226,
            "stop": 825106314
        },
        {
            "start": 825106317,
            "stop": 825106378
        },
        {
            "start": 825106384,
            "stop": 825106393
        },
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109128
        },
        {
            "start": 825109312,
            "stop": 825110376
        },
        {
            "start": 825110379,
            "stop": 825110388
        },
        {
            "start": 825110391,
            "stop": 825110953
        },
        {
            "start": 825117071,
            "stop": 825138176
        },
        {
            "start": 825138208,
            "stop": 825141745
        },
        {
            "start": 825141748,
            "stop": 825141750
        },
        {
            "start": 825141755,
            "stop": 825141796
        },
        {
            "start": 825141799,
            "stop": 825143637
        },
        {
            "start": 825143640,
            "stop": 825144056
        },
        {
            "start": 825144060,
            "stop": 825144070
        },
        {
            "start": 825144073,
            "stop": 825144074
        },
        {
            "start": 825144077,
            "stop": 825150080
        },
        {
            "start": 825150112,
            "stop": 825155456
        }
    ]
}