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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 50,
    "results": [
        {
            "start": 1371538416,
            "stop": 1371541884
        },
        {
            "start": 1371563918,
            "stop": 1371568919
        },
        {
            "start": 1371568924,
            "stop": 1371571600
        },
        {
            "start": 1371571605,
            "stop": 1371572605
        },
        {
            "start": 1371572610,
            "stop": 1371581630
        },
        {
            "start": 1371581663,
            "stop": 1371582528
        },
        {
            "start": 1371585807,
            "stop": 1371590841
        },
        {
            "start": 1371590846,
            "stop": 1371591458
        },
        {
            "start": 1371596342,
            "stop": 1371596422
        },
        {
            "start": 1371596447,
            "stop": 1371596543
        },
        {
            "start": 1371596656,
            "stop": 1371596663
        },
        {
            "start": 1371596720,
            "stop": 1371596831
        },
        {
            "start": 1371596942,
            "stop": 1371598346
        },
        {
            "start": 1371598351,
            "stop": 1371599263
        },
        {
            "start": 1371599268,
            "stop": 1371607843
        },
        {
            "start": 1371607848,
            "stop": 1371610775
        },
        {
            "start": 1371610780,
            "stop": 1371610858
        },
        {
            "start": 1371610863,
            "stop": 1371611752
        },
        {
            "start": 1371611757,
            "stop": 1371611968
        },
        {
            "start": 1371611973,
            "stop": 1371617838
        }
    ]
}