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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=224",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 225,
    "results": [
        {
            "start": 853297001,
            "stop": 853297002
        },
        {
            "start": 853297017,
            "stop": 853300075
        },
        {
            "start": 853300078,
            "stop": 853303186
        },
        {
            "start": 853348758,
            "stop": 853349314
        },
        {
            "start": 853349315,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853387324
        },
        {
            "start": 853387327,
            "stop": 853405740
        },
        {
            "start": 853405749,
            "stop": 853405750
        },
        {
            "start": 853405775,
            "stop": 853414918
        },
        {
            "start": 853421252,
            "stop": 853439616
        },
        {
            "start": 853439622,
            "stop": 853439623
        },
        {
            "start": 853439631,
            "stop": 853442650
        },
        {
            "start": 853442660,
            "stop": 853442663
        },
        {
            "start": 853442702,
            "stop": 853444729
        },
        {
            "start": 853445602,
            "stop": 853453929
        },
        {
            "start": 853454504,
            "stop": 853479013
        },
        {
            "start": 853480707,
            "stop": 853483060
        },
        {
            "start": 853484158,
            "stop": 853500827
        },
        {
            "start": 853500830,
            "stop": 853500852
        },
        {
            "start": 853500866,
            "stop": 853510094
        }
    ]
}