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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=247",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 248,
    "results": [
        {
            "start": 821493234,
            "stop": 821493638
        },
        {
            "start": 821493641,
            "stop": 821494321
        },
        {
            "start": 821494324,
            "stop": 821494736
        },
        {
            "start": 821494739,
            "stop": 821496181
        },
        {
            "start": 821497024,
            "stop": 821500120
        },
        {
            "start": 821500123,
            "stop": 821500436
        },
        {
            "start": 821500439,
            "stop": 821500449
        },
        {
            "start": 821500452,
            "stop": 821501542
        },
        {
            "start": 821501546,
            "stop": 821501548
        },
        {
            "start": 821501552,
            "stop": 821501937
        },
        {
            "start": 821501940,
            "stop": 821502463
        },
        {
            "start": 821502466,
            "stop": 821502961
        },
        {
            "start": 821502964,
            "stop": 821506404
        },
        {
            "start": 821506407,
            "stop": 821506549
        },
        {
            "start": 821506552,
            "stop": 821507697
        },
        {
            "start": 821507701,
            "stop": 821507703
        },
        {
            "start": 821507706,
            "stop": 821508384
        },
        {
            "start": 821508387,
            "stop": 821509133
        },
        {
            "start": 821509136,
            "stop": 821509659
        },
        {
            "start": 821509662,
            "stop": 821509865
        }
    ]
}