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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1737",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1735",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1736,
    "results": [
        {
            "start": 1249330612,
            "stop": 1249330829
        },
        {
            "start": 1249330831,
            "stop": 1249331100
        },
        {
            "start": 1249331103,
            "stop": 1249331142
        },
        {
            "start": 1249331145,
            "stop": 1249331481
        },
        {
            "start": 1249331484,
            "stop": 1249331492
        },
        {
            "start": 1249331495,
            "stop": 1249331496
        },
        {
            "start": 1249331499,
            "stop": 1249331702
        },
        {
            "start": 1249331705,
            "stop": 1249332597
        },
        {
            "start": 1249332600,
            "stop": 1249333328
        },
        {
            "start": 1249337340,
            "stop": 1249337501
        },
        {
            "start": 1249337504,
            "stop": 1249338023
        },
        {
            "start": 1249338025,
            "stop": 1249338334
        },
        {
            "start": 1249338337,
            "stop": 1249338973
        },
        {
            "start": 1249338976,
            "stop": 1249339004
        },
        {
            "start": 1249339007,
            "stop": 1249339400
        },
        {
            "start": 1249339403,
            "stop": 1249339451
        },
        {
            "start": 1249339454,
            "stop": 1249339657
        },
        {
            "start": 1249339660,
            "stop": 1249339665
        },
        {
            "start": 1249339668,
            "stop": 1249342218
        },
        {
            "start": 1249342221,
            "stop": 1249342339
        }
    ]
}