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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1306",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1307,
    "results": [
        {
            "start": 962049925,
            "stop": 962061019
        },
        {
            "start": 962061020,
            "stop": 962062254
        },
        {
            "start": 962062255,
            "stop": 962071874
        },
        {
            "start": 962071875,
            "stop": 962075453
        },
        {
            "start": 962075595,
            "stop": 962075841
        },
        {
            "start": 962075842,
            "stop": 962076506
        },
        {
            "start": 962079033,
            "stop": 962079302
        },
        {
            "start": 962080540,
            "stop": 962081996
        },
        {
            "start": 962081997,
            "stop": 962089272
        },
        {
            "start": 962093623,
            "stop": 962116363
        },
        {
            "start": 962118349,
            "stop": 962118430
        },
        {
            "start": 962118432,
            "stop": 962118437
        },
        {
            "start": 962118439,
            "stop": 962118440
        },
        {
            "start": 962118442,
            "stop": 962118455
        },
        {
            "start": 962119811,
            "stop": 962119860
        },
        {
            "start": 962120402,
            "stop": 962122721
        },
        {
            "start": 962123276,
            "stop": 962135157
        },
        {
            "start": 962137431,
            "stop": 962144066
        },
        {
            "start": 962144068,
            "stop": 962145566
        },
        {
            "start": 962145567,
            "stop": 962146322
        }
    ]
}