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_CAT3/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_CBCLOW_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=207",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 208,
    "results": [
        {
            "start": 821008426,
            "stop": 821008427
        },
        {
            "start": 821009056,
            "stop": 821009833
        },
        {
            "start": 821012455,
            "stop": 821019519
        },
        {
            "start": 821019527,
            "stop": 821019793
        },
        {
            "start": 821022271,
            "stop": 821022289
        },
        {
            "start": 821022298,
            "stop": 821022371
        },
        {
            "start": 821022382,
            "stop": 821022398
        },
        {
            "start": 821022406,
            "stop": 821022434
        },
        {
            "start": 821022442,
            "stop": 821022451
        },
        {
            "start": 821022458,
            "stop": 821022502
        },
        {
            "start": 821022512,
            "stop": 821022563
        },
        {
            "start": 821022574,
            "stop": 821022630
        },
        {
            "start": 821022681,
            "stop": 821022731
        },
        {
            "start": 821022739,
            "stop": 821022785
        },
        {
            "start": 821022792,
            "stop": 821022793
        },
        {
            "start": 821022833,
            "stop": 821022834
        },
        {
            "start": 821022973,
            "stop": 821023153
        },
        {
            "start": 821023979,
            "stop": 821024016
        },
        {
            "start": 821024023,
            "stop": 821024033
        },
        {
            "start": 821024044,
            "stop": 821024107
        }
    ]
}