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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=132",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 133,
    "results": [
        {
            "start": 832208232,
            "stop": 832234810
        },
        {
            "start": 832235446,
            "stop": 832255324
        },
        {
            "start": 832255325,
            "stop": 832256977
        },
        {
            "start": 832256978,
            "stop": 832257494
        },
        {
            "start": 832257495,
            "stop": 832270323
        },
        {
            "start": 832270325,
            "stop": 832271990
        },
        {
            "start": 832274275,
            "stop": 832274866
        },
        {
            "start": 832277367,
            "stop": 832284891
        },
        {
            "start": 832286339,
            "stop": 832295713
        },
        {
            "start": 832299890,
            "stop": 832300392
        },
        {
            "start": 832301633,
            "stop": 832309842
        },
        {
            "start": 832309843,
            "stop": 832312170
        },
        {
            "start": 832312171,
            "stop": 832331993
        },
        {
            "start": 832336238,
            "stop": 832338049
        },
        {
            "start": 832341502,
            "stop": 832342196
        },
        {
            "start": 832342197,
            "stop": 832344468
        },
        {
            "start": 832344469,
            "stop": 832345333
        },
        {
            "start": 832347827,
            "stop": 832350193
        },
        {
            "start": 832350932,
            "stop": 832355173
        },
        {
            "start": 832355207,
            "stop": 832355208
        }
    ]
}