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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8550",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8551,
    "results": [
        {
            "start": 869954109,
            "stop": 869954160
        },
        {
            "start": 869954220,
            "stop": 869954375
        },
        {
            "start": 869954686,
            "stop": 869954744
        },
        {
            "start": 869954761,
            "stop": 869954886
        },
        {
            "start": 869955227,
            "stop": 869955914
        },
        {
            "start": 869956090,
            "stop": 869957024
        },
        {
            "start": 869957265,
            "stop": 869957918
        },
        {
            "start": 869957935,
            "stop": 869958204
        },
        {
            "start": 869958370,
            "stop": 869958569
        },
        {
            "start": 869958670,
            "stop": 869958725
        },
        {
            "start": 869958845,
            "stop": 869958890
        },
        {
            "start": 869958970,
            "stop": 869959098
        },
        {
            "start": 869959218,
            "stop": 869959668
        },
        {
            "start": 869959860,
            "stop": 869960262
        },
        {
            "start": 869960279,
            "stop": 869960340
        },
        {
            "start": 869960400,
            "stop": 869960520
        },
        {
            "start": 869961250,
            "stop": 869961300
        },
        {
            "start": 869961840,
            "stop": 869961900
        },
        {
            "start": 869962200,
            "stop": 869962260
        },
        {
            "start": 869962380,
            "stop": 869962559
        }
    ]
}