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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=260",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 261,
    "results": [
        {
            "start": 821463804,
            "stop": 821464274
        },
        {
            "start": 821464279,
            "stop": 821464431
        },
        {
            "start": 821464444,
            "stop": 821464622
        },
        {
            "start": 821464628,
            "stop": 821464723
        },
        {
            "start": 821464728,
            "stop": 821464777
        },
        {
            "start": 821464782,
            "stop": 821465111
        },
        {
            "start": 821465116,
            "stop": 821465230
        },
        {
            "start": 821465235,
            "stop": 821465244
        },
        {
            "start": 821465260,
            "stop": 821465401
        },
        {
            "start": 821465406,
            "stop": 821465739
        },
        {
            "start": 821465744,
            "stop": 821465923
        },
        {
            "start": 821465928,
            "stop": 821465943
        },
        {
            "start": 821465960,
            "stop": 821466205
        },
        {
            "start": 821466212,
            "stop": 821466373
        },
        {
            "start": 821466378,
            "stop": 821466413
        },
        {
            "start": 821466420,
            "stop": 821466496
        },
        {
            "start": 821466502,
            "stop": 821466537
        },
        {
            "start": 821466542,
            "stop": 821466589
        },
        {
            "start": 821466595,
            "stop": 821466725
        },
        {
            "start": 821466730,
            "stop": 821466751
        }
    ]
}