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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=114",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 115,
    "results": [
        {
            "start": 829083790,
            "stop": 829083887
        },
        {
            "start": 829085358,
            "stop": 829088256
        },
        {
            "start": 829088704,
            "stop": 829097053
        },
        {
            "start": 829115654,
            "stop": 829166533
        },
        {
            "start": 829166578,
            "stop": 829166579
        },
        {
            "start": 829167007,
            "stop": 829167913
        },
        {
            "start": 829168097,
            "stop": 829170373
        },
        {
            "start": 829170657,
            "stop": 829171341
        },
        {
            "start": 829171574,
            "stop": 829174738
        },
        {
            "start": 829176134,
            "stop": 829176783
        },
        {
            "start": 829177326,
            "stop": 829181044
        },
        {
            "start": 829181315,
            "stop": 829187832
        },
        {
            "start": 829191155,
            "stop": 829191373
        },
        {
            "start": 829193317,
            "stop": 829196505
        },
        {
            "start": 829196506,
            "stop": 829198393
        },
        {
            "start": 829200240,
            "stop": 829204513
        },
        {
            "start": 829206685,
            "stop": 829214460
        },
        {
            "start": 829215269,
            "stop": 829223988
        },
        {
            "start": 829226019,
            "stop": 829228085
        },
        {
            "start": 829233323,
            "stop": 829234450
        }
    ]
}