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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=313",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 314,
    "results": [
        {
            "start": 822881176,
            "stop": 822881287
        },
        {
            "start": 822881294,
            "stop": 822881426
        },
        {
            "start": 822881434,
            "stop": 822881581
        },
        {
            "start": 822881588,
            "stop": 822882373
        },
        {
            "start": 822882380,
            "stop": 822883620
        },
        {
            "start": 822883693,
            "stop": 822883884
        },
        {
            "start": 822883891,
            "stop": 822884030
        },
        {
            "start": 822884110,
            "stop": 822884270
        },
        {
            "start": 822884350,
            "stop": 822884635
        },
        {
            "start": 822884642,
            "stop": 822884643
        },
        {
            "start": 822884650,
            "stop": 822884912
        },
        {
            "start": 822884919,
            "stop": 822885358
        },
        {
            "start": 822885362,
            "stop": 822885379
        },
        {
            "start": 822885388,
            "stop": 822885477
        },
        {
            "start": 822885484,
            "stop": 822885623
        },
        {
            "start": 822885627,
            "stop": 822885911
        },
        {
            "start": 822885918,
            "stop": 822886102
        },
        {
            "start": 822886109,
            "stop": 822886260
        },
        {
            "start": 822886390,
            "stop": 822886437
        },
        {
            "start": 822886444,
            "stop": 822886872
        }
    ]
}