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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=207",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 208,
    "results": [
        {
            "start": 826692183,
            "stop": 826692363
        },
        {
            "start": 826692531,
            "stop": 826692591
        },
        {
            "start": 826692758,
            "stop": 826692938
        },
        {
            "start": 826693105,
            "stop": 826693225
        },
        {
            "start": 826693492,
            "stop": 826693612
        },
        {
            "start": 826693927,
            "stop": 826694047
        },
        {
            "start": 826694386,
            "stop": 826694446
        },
        {
            "start": 826694597,
            "stop": 826694717
        },
        {
            "start": 826694894,
            "stop": 826694954
        },
        {
            "start": 826695326,
            "stop": 826695386
        },
        {
            "start": 826696023,
            "stop": 826696353
        },
        {
            "start": 826696663,
            "stop": 826697413
        },
        {
            "start": 826697744,
            "stop": 826698224
        },
        {
            "start": 826698394,
            "stop": 826698514
        },
        {
            "start": 826698771,
            "stop": 826699251
        },
        {
            "start": 826699420,
            "stop": 826700080
        },
        {
            "start": 826701543,
            "stop": 826702023
        },
        {
            "start": 826702364,
            "stop": 826702424
        },
        {
            "start": 826702608,
            "stop": 826702698
        },
        {
            "start": 826703039,
            "stop": 826703369
        }
    ]
}