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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=89",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 90,
    "results": [
        {
            "start": 831216852,
            "stop": 831217228
        },
        {
            "start": 831217451,
            "stop": 831217695
        },
        {
            "start": 831255143,
            "stop": 831255977
        },
        {
            "start": 831279997,
            "stop": 831283714
        },
        {
            "start": 831284300,
            "stop": 831291115
        },
        {
            "start": 831292589,
            "stop": 831296018
        },
        {
            "start": 831297390,
            "stop": 831299193
        },
        {
            "start": 831299197,
            "stop": 831306656
        },
        {
            "start": 831308768,
            "stop": 831310074
        },
        {
            "start": 831321363,
            "stop": 831325745
        },
        {
            "start": 831326353,
            "stop": 831330965
        },
        {
            "start": 831339221,
            "stop": 831348437
        },
        {
            "start": 831351055,
            "stop": 831356803
        },
        {
            "start": 831361000,
            "stop": 831363196
        },
        {
            "start": 831363214,
            "stop": 831365098
        },
        {
            "start": 831367534,
            "stop": 831369245
        },
        {
            "start": 831372195,
            "stop": 831372426
        },
        {
            "start": 831374058,
            "stop": 831374062
        },
        {
            "start": 831406356,
            "stop": 831406552
        },
        {
            "start": 831420009,
            "stop": 831437157
        }
    ]
}