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=1668
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=1669",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1667",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1668,
    "results": [
        {
            "start": 1248497943,
            "stop": 1248497979
        },
        {
            "start": 1248497996,
            "stop": 1248498086
        },
        {
            "start": 1248498087,
            "stop": 1248498090
        },
        {
            "start": 1248498091,
            "stop": 1248498106
        },
        {
            "start": 1248498109,
            "stop": 1248498110
        },
        {
            "start": 1248498111,
            "stop": 1248498112
        },
        {
            "start": 1248498113,
            "stop": 1248499247
        },
        {
            "start": 1248499250,
            "stop": 1248500420
        },
        {
            "start": 1248508635,
            "stop": 1248510580
        },
        {
            "start": 1248510583,
            "stop": 1248516845
        },
        {
            "start": 1248516847,
            "stop": 1248518734
        },
        {
            "start": 1248518737,
            "stop": 1248523940
        },
        {
            "start": 1248523943,
            "stop": 1248525522
        },
        {
            "start": 1248525524,
            "stop": 1248525603
        },
        {
            "start": 1248525611,
            "stop": 1248526301
        },
        {
            "start": 1248526304,
            "stop": 1248528371
        },
        {
            "start": 1248528379,
            "stop": 1248529759
        },
        {
            "start": 1248529762,
            "stop": 1248529851
        },
        {
            "start": 1248529852,
            "stop": 1248530014
        },
        {
            "start": 1248530016,
            "stop": 1248530080
        }
    ]
}