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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3153",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3154,
    "results": [
        {
            "start": 869127605,
            "stop": 869128538
        },
        {
            "start": 869128541,
            "stop": 869131814
        },
        {
            "start": 869131817,
            "stop": 869132598
        },
        {
            "start": 869132601,
            "stop": 869133380
        },
        {
            "start": 869133383,
            "stop": 869134277
        },
        {
            "start": 869134280,
            "stop": 869134294
        },
        {
            "start": 869134298,
            "stop": 869134913
        },
        {
            "start": 869134916,
            "stop": 869135604
        },
        {
            "start": 869135607,
            "stop": 869136382
        },
        {
            "start": 869136385,
            "stop": 869138695
        },
        {
            "start": 869138698,
            "stop": 869151448
        },
        {
            "start": 869151451,
            "stop": 869151921
        },
        {
            "start": 869151924,
            "stop": 869152487
        },
        {
            "start": 869152490,
            "stop": 869152856
        },
        {
            "start": 869152859,
            "stop": 869152938
        },
        {
            "start": 869152941,
            "stop": 869154326
        },
        {
            "start": 869154329,
            "stop": 869154330
        },
        {
            "start": 869154420,
            "stop": 869155041
        },
        {
            "start": 869155044,
            "stop": 869155336
        },
        {
            "start": 869155339,
            "stop": 869155785
        }
    ]
}