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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=138",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 139,
    "results": [
        {
            "start": 829076290,
            "stop": 829076353
        },
        {
            "start": 829079437,
            "stop": 829079533
        },
        {
            "start": 829079561,
            "stop": 829079562
        },
        {
            "start": 829079637,
            "stop": 829083709
        },
        {
            "start": 829083790,
            "stop": 829083887
        },
        {
            "start": 829085358,
            "stop": 829085530
        },
        {
            "start": 829085534,
            "stop": 829085555
        },
        {
            "start": 829085563,
            "stop": 829085604
        },
        {
            "start": 829085607,
            "stop": 829086175
        },
        {
            "start": 829086179,
            "stop": 829090388
        },
        {
            "start": 829090392,
            "stop": 829094405
        },
        {
            "start": 829094408,
            "stop": 829097053
        },
        {
            "start": 829097091,
            "stop": 829097092
        },
        {
            "start": 829115654,
            "stop": 829166533
        },
        {
            "start": 829166578,
            "stop": 829166580
        },
        {
            "start": 829167007,
            "stop": 829167613
        },
        {
            "start": 829167616,
            "stop": 829167913
        },
        {
            "start": 829167946,
            "stop": 829167947
        },
        {
            "start": 829168097,
            "stop": 829170373
        },
        {
            "start": 829170396,
            "stop": 829170397
        }
    ]
}