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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 201,
    "results": [
        {
            "start": 1239963261,
            "stop": 1239963272
        },
        {
            "start": 1239963273,
            "stop": 1239963276
        },
        {
            "start": 1239963277,
            "stop": 1239963291
        },
        {
            "start": 1239963292,
            "stop": 1239963347
        },
        {
            "start": 1239963350,
            "stop": 1239963451
        },
        {
            "start": 1239963453,
            "stop": 1239963507
        },
        {
            "start": 1239963510,
            "stop": 1239963524
        },
        {
            "start": 1239963526,
            "stop": 1239963541
        },
        {
            "start": 1239963542,
            "stop": 1239963581
        },
        {
            "start": 1239963582,
            "stop": 1239963595
        },
        {
            "start": 1239963597,
            "stop": 1239963614
        },
        {
            "start": 1239963615,
            "stop": 1239963629
        },
        {
            "start": 1239963630,
            "stop": 1239963816
        },
        {
            "start": 1239963819,
            "stop": 1239963822
        },
        {
            "start": 1239963823,
            "stop": 1239963825
        },
        {
            "start": 1239963826,
            "stop": 1239963838
        },
        {
            "start": 1239963839,
            "stop": 1239963842
        },
        {
            "start": 1239963843,
            "stop": 1239963856
        },
        {
            "start": 1239963857,
            "stop": 1239963895
        },
        {
            "start": 1239963896,
            "stop": 1239963946
        }
    ]
}