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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=491",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=489",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 490,
    "results": [
        {
            "start": 1262367103,
            "stop": 1262367144
        },
        {
            "start": 1262367147,
            "stop": 1262367159
        },
        {
            "start": 1262367162,
            "stop": 1262367216
        },
        {
            "start": 1262367219,
            "stop": 1262367448
        },
        {
            "start": 1262367451,
            "stop": 1262367461
        },
        {
            "start": 1262367464,
            "stop": 1262367472
        },
        {
            "start": 1262367475,
            "stop": 1262367572
        },
        {
            "start": 1262367575,
            "stop": 1262367659
        },
        {
            "start": 1262367662,
            "stop": 1262367701
        },
        {
            "start": 1262367704,
            "stop": 1262367708
        },
        {
            "start": 1262367711,
            "stop": 1262367738
        },
        {
            "start": 1262367744,
            "stop": 1262367787
        },
        {
            "start": 1262367790,
            "stop": 1262367931
        },
        {
            "start": 1262367934,
            "stop": 1262367947
        },
        {
            "start": 1262367950,
            "stop": 1262368015
        },
        {
            "start": 1262368018,
            "stop": 1262368084
        },
        {
            "start": 1262368087,
            "stop": 1262368201
        },
        {
            "start": 1262368204,
            "stop": 1262368327
        },
        {
            "start": 1262368330,
            "stop": 1262368553
        },
        {
            "start": 1262368556,
            "stop": 1262368560
        }
    ]
}