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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=116",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 117,
    "results": [
        {
            "start": 931829935,
            "stop": 931830412
        },
        {
            "start": 931830415,
            "stop": 931831115
        },
        {
            "start": 931831117,
            "stop": 931831215
        },
        {
            "start": 931831575,
            "stop": 931831852
        },
        {
            "start": 931831854,
            "stop": 931831921
        },
        {
            "start": 931836793,
            "stop": 931837695
        },
        {
            "start": 931837697,
            "stop": 931838230
        },
        {
            "start": 931838290,
            "stop": 931838415
        },
        {
            "start": 931838775,
            "stop": 931838813
        },
        {
            "start": 931838815,
            "stop": 931839130
        },
        {
            "start": 931839490,
            "stop": 931839670
        },
        {
            "start": 931839850,
            "stop": 931840600
        },
        {
            "start": 931840604,
            "stop": 931842015
        },
        {
            "start": 931842375,
            "stop": 931842430
        },
        {
            "start": 931842432,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843028
        },
        {
            "start": 931843030,
            "stop": 931843369
        },
        {
            "start": 931845510,
            "stop": 931845614
        },
        {
            "start": 931845975,
            "stop": 931846495
        },
        {
            "start": 931851319,
            "stop": 931852815
        }
    ]
}