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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=293",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 294,
    "results": [
        {
            "start": 821708732,
            "stop": 821713579
        },
        {
            "start": 821713582,
            "stop": 821713739
        },
        {
            "start": 821713742,
            "stop": 821713866
        },
        {
            "start": 821713869,
            "stop": 821714026
        },
        {
            "start": 821714029,
            "stop": 821714119
        },
        {
            "start": 821714122,
            "stop": 821714349
        },
        {
            "start": 821714352,
            "stop": 821714420
        },
        {
            "start": 821714423,
            "stop": 821714426
        },
        {
            "start": 821714429,
            "stop": 821714461
        },
        {
            "start": 821714465,
            "stop": 821714466
        },
        {
            "start": 821714471,
            "stop": 821714472
        },
        {
            "start": 821714475,
            "stop": 821714484
        },
        {
            "start": 821714487,
            "stop": 821714493
        },
        {
            "start": 821714496,
            "stop": 821714500
        },
        {
            "start": 821714503,
            "stop": 821714524
        },
        {
            "start": 821714527,
            "stop": 821714531
        },
        {
            "start": 821714534,
            "stop": 821714550
        },
        {
            "start": 821714553,
            "stop": 821714558
        },
        {
            "start": 821714561,
            "stop": 821714562
        },
        {
            "start": 821714565,
            "stop": 821714575
        }
    ]
}