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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=507",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 508,
    "results": [
        {
            "start": 868228889,
            "stop": 868229397
        },
        {
            "start": 868229403,
            "stop": 868229920
        },
        {
            "start": 868229925,
            "stop": 868231017
        },
        {
            "start": 868231023,
            "stop": 868232416
        },
        {
            "start": 868232828,
            "stop": 868234306
        },
        {
            "start": 868234309,
            "stop": 868234557
        },
        {
            "start": 868234563,
            "stop": 868234592
        },
        {
            "start": 868234598,
            "stop": 868234610
        },
        {
            "start": 868234615,
            "stop": 868234617
        },
        {
            "start": 868234623,
            "stop": 868236156
        },
        {
            "start": 868236456,
            "stop": 868236610
        },
        {
            "start": 868236939,
            "stop": 868247399
        },
        {
            "start": 868248566,
            "stop": 868252102
        },
        {
            "start": 868252110,
            "stop": 868253427
        },
        {
            "start": 868254980,
            "stop": 868255170
        },
        {
            "start": 868255470,
            "stop": 868262358
        },
        {
            "start": 868264018,
            "stop": 868264687
        },
        {
            "start": 868264698,
            "stop": 868264722
        },
        {
            "start": 868264728,
            "stop": 868264742
        },
        {
            "start": 868264748,
            "stop": 868282337
        }
    ]
}