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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=119",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 120,
    "results": [
        {
            "start": 819979099,
            "stop": 819979273
        },
        {
            "start": 819979295,
            "stop": 819979296
        },
        {
            "start": 819982169,
            "stop": 819982230
        },
        {
            "start": 819982237,
            "stop": 819982964
        },
        {
            "start": 819982971,
            "stop": 819983084
        },
        {
            "start": 819983093,
            "stop": 819983236
        },
        {
            "start": 819983243,
            "stop": 819983449
        },
        {
            "start": 819983456,
            "stop": 819983617
        },
        {
            "start": 819983624,
            "stop": 819983798
        },
        {
            "start": 819983805,
            "stop": 819983893
        },
        {
            "start": 819985429,
            "stop": 819985599
        },
        {
            "start": 819985606,
            "stop": 819985704
        },
        {
            "start": 819985718,
            "stop": 819985867
        },
        {
            "start": 819985874,
            "stop": 819985881
        },
        {
            "start": 819985888,
            "stop": 819986101
        },
        {
            "start": 819986121,
            "stop": 819986212
        },
        {
            "start": 819986220,
            "stop": 819986401
        },
        {
            "start": 819986408,
            "stop": 819986456
        },
        {
            "start": 819986463,
            "stop": 819986604
        },
        {
            "start": 819986611,
            "stop": 819986750
        }
    ]
}