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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=93",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 94,
    "results": [
        {
            "start": 827268525,
            "stop": 827271648
        },
        {
            "start": 827271680,
            "stop": 827274176
        },
        {
            "start": 827274208,
            "stop": 827274954
        },
        {
            "start": 827280304,
            "stop": 827290976
        },
        {
            "start": 827291008,
            "stop": 827291833
        },
        {
            "start": 827294856,
            "stop": 827295776
        },
        {
            "start": 827295808,
            "stop": 827303552
        },
        {
            "start": 827303584,
            "stop": 827306912
        },
        {
            "start": 827306944,
            "stop": 827309312
        },
        {
            "start": 827309344,
            "stop": 827310176
        },
        {
            "start": 827310208,
            "stop": 827313024
        },
        {
            "start": 827313088,
            "stop": 827320256
        },
        {
            "start": 827320288,
            "stop": 827320736
        },
        {
            "start": 827320768,
            "stop": 827330080
        },
        {
            "start": 827330112,
            "stop": 827332352
        },
        {
            "start": 827332384,
            "stop": 827336634
        },
        {
            "start": 827336635,
            "stop": 827343296
        },
        {
            "start": 827343328,
            "stop": 827346048
        },
        {
            "start": 827346080,
            "stop": 827350976
        },
        {
            "start": 827351008,
            "stop": 827351232
        }
    ]
}