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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2372",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2373,
    "results": [
        {
            "start": 872572440,
            "stop": 872572800
        },
        {
            "start": 872572860,
            "stop": 872573340
        },
        {
            "start": 872573640,
            "stop": 872573700
        },
        {
            "start": 872574000,
            "stop": 872574120
        },
        {
            "start": 872574480,
            "stop": 872574556
        },
        {
            "start": 872574573,
            "stop": 872574600
        },
        {
            "start": 872574780,
            "stop": 872574840
        },
        {
            "start": 872574900,
            "stop": 872574960
        },
        {
            "start": 872575020,
            "stop": 872575080
        },
        {
            "start": 872575140,
            "stop": 872575200
        },
        {
            "start": 872575260,
            "stop": 872575380
        },
        {
            "start": 872575440,
            "stop": 872576355
        },
        {
            "start": 872576372,
            "stop": 872576400
        },
        {
            "start": 872576520,
            "stop": 872576760
        },
        {
            "start": 872576820,
            "stop": 872576990
        },
        {
            "start": 872577120,
            "stop": 872577840
        },
        {
            "start": 872577900,
            "stop": 872581430
        },
        {
            "start": 872581510,
            "stop": 872582744
        },
        {
            "start": 872582925,
            "stop": 872587359
        },
        {
            "start": 872587395,
            "stop": 872591030
        }
    ]
}