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=3578
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=3579",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3577",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3578,
    "results": [
        {
            "start": 970405479,
            "stop": 970405480
        },
        {
            "start": 970405486,
            "stop": 970405511
        },
        {
            "start": 970405514,
            "stop": 970405525
        },
        {
            "start": 970405528,
            "stop": 970405562
        },
        {
            "start": 970405565,
            "stop": 970405570
        },
        {
            "start": 970405573,
            "stop": 970405574
        },
        {
            "start": 970405575,
            "stop": 970405672
        },
        {
            "start": 970405675,
            "stop": 970405687
        },
        {
            "start": 970405692,
            "stop": 970405696
        },
        {
            "start": 970405816,
            "stop": 970405837
        },
        {
            "start": 970405840,
            "stop": 970405845
        },
        {
            "start": 970405848,
            "stop": 970405877
        },
        {
            "start": 970405880,
            "stop": 970405915
        },
        {
            "start": 970405918,
            "stop": 970405953
        },
        {
            "start": 970405956,
            "stop": 970405974
        },
        {
            "start": 970405977,
            "stop": 970406101
        },
        {
            "start": 970406104,
            "stop": 970406148
        },
        {
            "start": 970406151,
            "stop": 970406185
        },
        {
            "start": 970406188,
            "stop": 970406241
        },
        {
            "start": 970406246,
            "stop": 970406252
        }
    ]
}