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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=137",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 138,
    "results": [
        {
            "start": 835306590,
            "stop": 835315229
        },
        {
            "start": 835315928,
            "stop": 835372515
        },
        {
            "start": 835372517,
            "stop": 835374873
        },
        {
            "start": 835376304,
            "stop": 835391916
        },
        {
            "start": 835392498,
            "stop": 835393132
        },
        {
            "start": 835395164,
            "stop": 835397587
        },
        {
            "start": 835398216,
            "stop": 835400801
        },
        {
            "start": 835401369,
            "stop": 835404195
        },
        {
            "start": 835404714,
            "stop": 835411626
        },
        {
            "start": 835413846,
            "stop": 835414285
        },
        {
            "start": 835414605,
            "stop": 835416547
        },
        {
            "start": 835416947,
            "stop": 835443420
        },
        {
            "start": 835444353,
            "stop": 835449978
        },
        {
            "start": 835450858,
            "stop": 835455664
        },
        {
            "start": 835471334,
            "stop": 835472110
        },
        {
            "start": 835473265,
            "stop": 835473503
        },
        {
            "start": 835473823,
            "stop": 835474598
        },
        {
            "start": 835476665,
            "stop": 835479664
        },
        {
            "start": 835481303,
            "stop": 835482659
        },
        {
            "start": 835483197,
            "stop": 835486340
        }
    ]
}