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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6338",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6339,
    "results": [
        {
            "start": 873362850,
            "stop": 873363534
        },
        {
            "start": 873363535,
            "stop": 873363937
        },
        {
            "start": 873363940,
            "stop": 873364507
        },
        {
            "start": 873364508,
            "stop": 873364813
        },
        {
            "start": 873364814,
            "stop": 873365124
        },
        {
            "start": 873365125,
            "stop": 873365490
        },
        {
            "start": 873365491,
            "stop": 873365636
        },
        {
            "start": 873365637,
            "stop": 873366013
        },
        {
            "start": 873366014,
            "stop": 873366176
        },
        {
            "start": 873366177,
            "stop": 873366704
        },
        {
            "start": 873366705,
            "stop": 873366832
        },
        {
            "start": 873366833,
            "stop": 873367414
        },
        {
            "start": 873367416,
            "stop": 873367730
        },
        {
            "start": 873367732,
            "stop": 873367837
        },
        {
            "start": 873367838,
            "stop": 873368381
        },
        {
            "start": 873368383,
            "stop": 873368653
        },
        {
            "start": 873368654,
            "stop": 873369203
        },
        {
            "start": 873369204,
            "stop": 873369431
        },
        {
            "start": 873369432,
            "stop": 873369506
        },
        {
            "start": 873369507,
            "stop": 873369687
        }
    ]
}