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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=242",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 243,
    "results": [
        {
            "start": 931737847,
            "stop": 931737860
        },
        {
            "start": 931737862,
            "stop": 931737871
        },
        {
            "start": 931737873,
            "stop": 931737876
        },
        {
            "start": 931737878,
            "stop": 931737901
        },
        {
            "start": 931737903,
            "stop": 931737933
        },
        {
            "start": 931737934,
            "stop": 931737936
        },
        {
            "start": 931737938,
            "stop": 931737951
        },
        {
            "start": 931737953,
            "stop": 931738138
        },
        {
            "start": 931738140,
            "stop": 931738150
        },
        {
            "start": 931738151,
            "stop": 931738266
        },
        {
            "start": 931738268,
            "stop": 931738387
        },
        {
            "start": 931738389,
            "stop": 931738394
        },
        {
            "start": 931738396,
            "stop": 931738565
        },
        {
            "start": 931738567,
            "stop": 931738669
        },
        {
            "start": 931738679,
            "stop": 931738733
        },
        {
            "start": 931738736,
            "stop": 931738810
        },
        {
            "start": 931738811,
            "stop": 931738832
        },
        {
            "start": 931738834,
            "stop": 931738835
        },
        {
            "start": 931738837,
            "stop": 931738841
        },
        {
            "start": 931738842,
            "stop": 931738855
        }
    ]
}