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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=904",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 905,
    "results": [
        {
            "start": 864656203,
            "stop": 864656803
        },
        {
            "start": 864656940,
            "stop": 864659160
        },
        {
            "start": 864659449,
            "stop": 864661669
        },
        {
            "start": 864664038,
            "stop": 864664578
        },
        {
            "start": 864664805,
            "stop": 864665465
        },
        {
            "start": 864665642,
            "stop": 864665942
        },
        {
            "start": 864666092,
            "stop": 864668072
        },
        {
            "start": 864669426,
            "stop": 864669576
        },
        {
            "start": 864669976,
            "stop": 864670066
        },
        {
            "start": 864672782,
            "stop": 864673022
        },
        {
            "start": 864673174,
            "stop": 864673354
        },
        {
            "start": 864674409,
            "stop": 864676329
        },
        {
            "start": 864677693,
            "stop": 864678473
        },
        {
            "start": 864678563,
            "stop": 864678623
        },
        {
            "start": 864678653,
            "stop": 864679703
        },
        {
            "start": 864679943,
            "stop": 864687443
        },
        {
            "start": 864687593,
            "stop": 864696323
        },
        {
            "start": 864696531,
            "stop": 864699831
        },
        {
            "start": 864699962,
            "stop": 864703202
        },
        {
            "start": 864703352,
            "stop": 864708242
        }
    ]
}