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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=254",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 255,
    "results": [
        {
            "start": 821685255,
            "stop": 821685257
        },
        {
            "start": 821685262,
            "stop": 821685264
        },
        {
            "start": 821685271,
            "stop": 821685273
        },
        {
            "start": 821685276,
            "stop": 821685281
        },
        {
            "start": 821685285,
            "stop": 821685300
        },
        {
            "start": 821685303,
            "stop": 821685314
        },
        {
            "start": 821685317,
            "stop": 821685319
        },
        {
            "start": 821685324,
            "stop": 821685329
        },
        {
            "start": 821685334,
            "stop": 821685340
        },
        {
            "start": 821685345,
            "stop": 821685361
        },
        {
            "start": 821685364,
            "stop": 821685365
        },
        {
            "start": 821685368,
            "stop": 821685382
        },
        {
            "start": 821685386,
            "stop": 821685389
        },
        {
            "start": 821685392,
            "stop": 821685397
        },
        {
            "start": 821685400,
            "stop": 821685424
        },
        {
            "start": 821685427,
            "stop": 821685429
        },
        {
            "start": 821685432,
            "stop": 821685440
        },
        {
            "start": 821685446,
            "stop": 821685454
        },
        {
            "start": 821685457,
            "stop": 821685459
        },
        {
            "start": 821685463,
            "stop": 821685464
        }
    ]
}