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=3075
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=3076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3074",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3075,
    "results": [
        {
            "start": 865882260,
            "stop": 865883669
        },
        {
            "start": 865883672,
            "stop": 865883676
        },
        {
            "start": 865883689,
            "stop": 865883957
        },
        {
            "start": 865883961,
            "stop": 865884720
        },
        {
            "start": 865884900,
            "stop": 865885128
        },
        {
            "start": 865886115,
            "stop": 865887815
        },
        {
            "start": 865887911,
            "stop": 865889220
        },
        {
            "start": 865889340,
            "stop": 865889520
        },
        {
            "start": 865889580,
            "stop": 865890160
        },
        {
            "start": 865890165,
            "stop": 865890180
        },
        {
            "start": 865890240,
            "stop": 865890255
        },
        {
            "start": 865890259,
            "stop": 865891736
        },
        {
            "start": 865891740,
            "stop": 865892052
        },
        {
            "start": 865892058,
            "stop": 865892070
        },
        {
            "start": 865892080,
            "stop": 865892085
        },
        {
            "start": 865892090,
            "stop": 865892100
        },
        {
            "start": 865892160,
            "stop": 865893225
        },
        {
            "start": 865897984,
            "stop": 865898425
        },
        {
            "start": 865898430,
            "stop": 865898447
        },
        {
            "start": 865898453,
            "stop": 865898455
        }
    ]
}