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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3557",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3555",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3556,
    "results": [
        {
            "start": 970318031,
            "stop": 970318065
        },
        {
            "start": 970318068,
            "stop": 970318146
        },
        {
            "start": 970318149,
            "stop": 970318180
        },
        {
            "start": 970318190,
            "stop": 970318191
        },
        {
            "start": 970318212,
            "stop": 970318220
        },
        {
            "start": 970318226,
            "stop": 970318227
        },
        {
            "start": 970318264,
            "stop": 970318265
        },
        {
            "start": 970318271,
            "stop": 970318276
        },
        {
            "start": 970318396,
            "stop": 970318613
        },
        {
            "start": 970318616,
            "stop": 970318862
        },
        {
            "start": 970318865,
            "stop": 970319036
        },
        {
            "start": 970319039,
            "stop": 970319079
        },
        {
            "start": 970319082,
            "stop": 970319331
        },
        {
            "start": 970319334,
            "stop": 970319359
        },
        {
            "start": 970319362,
            "stop": 970319390
        },
        {
            "start": 970319393,
            "stop": 970319597
        },
        {
            "start": 970319600,
            "stop": 970319893
        },
        {
            "start": 970319960,
            "stop": 970319961
        },
        {
            "start": 970320012,
            "stop": 970320016
        },
        {
            "start": 970320033,
            "stop": 970320034
        }
    ]
}