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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=185",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 186,
    "results": [
        {
            "start": 838665052,
            "stop": 838683782
        },
        {
            "start": 838684804,
            "stop": 838688352
        },
        {
            "start": 838690548,
            "stop": 838713228
        },
        {
            "start": 838715170,
            "stop": 838752625
        },
        {
            "start": 838753372,
            "stop": 838756483
        },
        {
            "start": 838758454,
            "stop": 838823092
        },
        {
            "start": 838825370,
            "stop": 838831609
        },
        {
            "start": 838832909,
            "stop": 838844139
        },
        {
            "start": 838845349,
            "stop": 838911793
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 839020507
        },
        {
            "start": 839021687,
            "stop": 839025049
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839048074
        },
        {
            "start": 839048083,
            "stop": 839053518
        },
        {
            "start": 839053522,
            "stop": 839053585
        },
        {
            "start": 839053589,
            "stop": 839053599
        },
        {
            "start": 839053603,
            "stop": 839073605
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839102722
        }
    ]
}