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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=197",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 198,
    "results": [
        {
            "start": 846264499,
            "stop": 846267841
        },
        {
            "start": 846267914,
            "stop": 846268865
        },
        {
            "start": 846269030,
            "stop": 846269463
        },
        {
            "start": 846269534,
            "stop": 846271433
        },
        {
            "start": 846271473,
            "stop": 846272476
        },
        {
            "start": 846272667,
            "stop": 846276037
        },
        {
            "start": 846276103,
            "stop": 846282812
        },
        {
            "start": 846291108,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324305
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846341023
        },
        {
            "start": 846341207,
            "stop": 846342220
        },
        {
            "start": 846343900,
            "stop": 846344149
        },
        {
            "start": 846344490,
            "stop": 846345098
        },
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377807
        },
        {
            "start": 846379546,
            "stop": 846382526
        },
        {
            "start": 846382717,
            "stop": 846384059
        },
        {
            "start": 846384061,
            "stop": 846385736
        },
        {
            "start": 846385739,
            "stop": 846385941
        }
    ]
}