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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=269",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 270,
    "results": [
        {
            "start": 821689267,
            "stop": 821689270
        },
        {
            "start": 821689273,
            "stop": 821689276
        },
        {
            "start": 821689279,
            "stop": 821689281
        },
        {
            "start": 821689284,
            "stop": 821689287
        },
        {
            "start": 821689292,
            "stop": 821689302
        },
        {
            "start": 821689305,
            "stop": 821689308
        },
        {
            "start": 821689312,
            "stop": 821689313
        },
        {
            "start": 821689316,
            "stop": 821689332
        },
        {
            "start": 821689338,
            "stop": 821689339
        },
        {
            "start": 821689342,
            "stop": 821689343
        },
        {
            "start": 821689347,
            "stop": 821689352
        },
        {
            "start": 821689355,
            "stop": 821689359
        },
        {
            "start": 821689362,
            "stop": 821689365
        },
        {
            "start": 821689368,
            "stop": 821689369
        },
        {
            "start": 821689372,
            "stop": 821689382
        },
        {
            "start": 821689385,
            "stop": 821689397
        },
        {
            "start": 821689400,
            "stop": 821689412
        },
        {
            "start": 821689416,
            "stop": 821689434
        },
        {
            "start": 821689437,
            "stop": 821689439
        },
        {
            "start": 821689443,
            "stop": 821689454
        }
    ]
}