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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3623",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3621",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3622,
    "results": [
        {
            "start": 970489301,
            "stop": 970489304
        },
        {
            "start": 970489310,
            "stop": 970489316
        },
        {
            "start": 970489322,
            "stop": 970489323
        },
        {
            "start": 970489330,
            "stop": 970489331
        },
        {
            "start": 970489336,
            "stop": 970489339
        },
        {
            "start": 970489345,
            "stop": 970489348
        },
        {
            "start": 970489355,
            "stop": 970489358
        },
        {
            "start": 970489362,
            "stop": 970489366
        },
        {
            "start": 970489370,
            "stop": 970489376
        },
        {
            "start": 970489385,
            "stop": 970489390
        },
        {
            "start": 970489393,
            "stop": 970489397
        },
        {
            "start": 970489400,
            "stop": 970489401
        },
        {
            "start": 970489406,
            "stop": 970489409
        },
        {
            "start": 970489416,
            "stop": 970489417
        },
        {
            "start": 970489421,
            "stop": 970489426
        },
        {
            "start": 970489431,
            "stop": 970489433
        },
        {
            "start": 970489447,
            "stop": 970489455
        },
        {
            "start": 970489457,
            "stop": 970489462
        },
        {
            "start": 970489465,
            "stop": 970489470
        },
        {
            "start": 970489476,
            "stop": 970489481
        }
    ]
}