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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=275",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 276,
    "results": [
        {
            "start": 830327125,
            "stop": 830328355
        },
        {
            "start": 830330985,
            "stop": 830331825
        },
        {
            "start": 830332941,
            "stop": 830334681
        },
        {
            "start": 830337657,
            "stop": 830341857
        },
        {
            "start": 830345272,
            "stop": 830345332
        },
        {
            "start": 830345470,
            "stop": 830345830
        },
        {
            "start": 830345970,
            "stop": 830346090
        },
        {
            "start": 830346243,
            "stop": 830346303
        },
        {
            "start": 830346512,
            "stop": 830346572
        },
        {
            "start": 830347050,
            "stop": 830347230
        },
        {
            "start": 830349431,
            "stop": 830349491
        },
        {
            "start": 830349695,
            "stop": 830349815
        },
        {
            "start": 830350176,
            "stop": 830350356
        },
        {
            "start": 830426660,
            "stop": 830427020
        },
        {
            "start": 830427171,
            "stop": 830427291
        },
        {
            "start": 830427586,
            "stop": 830427646
        },
        {
            "start": 830429516,
            "stop": 830429636
        },
        {
            "start": 830429921,
            "stop": 830429981
        },
        {
            "start": 830430130,
            "stop": 830430430
        },
        {
            "start": 830430575,
            "stop": 830431115
        }
    ]
}