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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 166,
    "results": [
        {
            "start": 1383257126,
            "stop": 1383257400
        },
        {
            "start": 1383257405,
            "stop": 1383260343
        },
        {
            "start": 1383264768,
            "stop": 1383268665
        },
        {
            "start": 1383268670,
            "stop": 1383268925
        },
        {
            "start": 1383268930,
            "stop": 1383272178
        },
        {
            "start": 1383272183,
            "stop": 1383273066
        },
        {
            "start": 1383273071,
            "stop": 1383278945
        },
        {
            "start": 1383278950,
            "stop": 1383284023
        },
        {
            "start": 1383287548,
            "stop": 1383294559
        },
        {
            "start": 1383294563,
            "stop": 1383309929
        },
        {
            "start": 1383309934,
            "stop": 1383322803
        },
        {
            "start": 1383322806,
            "stop": 1383327813
        },
        {
            "start": 1383327818,
            "stop": 1383330720
        },
        {
            "start": 1383330723,
            "stop": 1383342608
        },
        {
            "start": 1383342613,
            "stop": 1383343418
        },
        {
            "start": 1383343423,
            "stop": 1383346363
        },
        {
            "start": 1383351190,
            "stop": 1383355210
        },
        {
            "start": 1383355215,
            "stop": 1383355539
        },
        {
            "start": 1383355544,
            "stop": 1383367802
        },
        {
            "start": 1383367807,
            "stop": 1383368895
        }
    ]
}