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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=88",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 89,
    "results": [
        {
            "start": 820089455,
            "stop": 820089575
        },
        {
            "start": 820089923,
            "stop": 820090163
        },
        {
            "start": 820090330,
            "stop": 820091230
        },
        {
            "start": 820091385,
            "stop": 820091505
        },
        {
            "start": 820091798,
            "stop": 820092158
        },
        {
            "start": 820094789,
            "stop": 820094969
        },
        {
            "start": 820095322,
            "stop": 820095502
        },
        {
            "start": 820095673,
            "stop": 820096273
        },
        {
            "start": 820096729,
            "stop": 820096849
        },
        {
            "start": 820097008,
            "stop": 820097188
        },
        {
            "start": 820097342,
            "stop": 820097402
        },
        {
            "start": 820097631,
            "stop": 820097691
        },
        {
            "start": 820097873,
            "stop": 820098173
        },
        {
            "start": 820098358,
            "stop": 820098418
        },
        {
            "start": 820098590,
            "stop": 820099310
        },
        {
            "start": 820099557,
            "stop": 820099857
        },
        {
            "start": 820100229,
            "stop": 820100469
        },
        {
            "start": 820100609,
            "stop": 820100729
        },
        {
            "start": 820100868,
            "stop": 820100988
        },
        {
            "start": 820101197,
            "stop": 820101317
        }
    ]
}