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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=253",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 254,
    "results": [
        {
            "start": 1177084575,
            "stop": 1177084693
        },
        {
            "start": 1177084696,
            "stop": 1177084703
        },
        {
            "start": 1177084704,
            "stop": 1177084709
        },
        {
            "start": 1177084711,
            "stop": 1177084712
        },
        {
            "start": 1177084713,
            "stop": 1177084738
        },
        {
            "start": 1177084740,
            "stop": 1177084765
        },
        {
            "start": 1177084766,
            "stop": 1177084830
        },
        {
            "start": 1177084834,
            "stop": 1177084852
        },
        {
            "start": 1177084855,
            "stop": 1177084856
        },
        {
            "start": 1177084858,
            "stop": 1177085233
        },
        {
            "start": 1177085235,
            "stop": 1177085382
        },
        {
            "start": 1177085383,
            "stop": 1177085411
        },
        {
            "start": 1177085413,
            "stop": 1177086724
        },
        {
            "start": 1177086727,
            "stop": 1177086792
        },
        {
            "start": 1177086794,
            "stop": 1177086829
        },
        {
            "start": 1177086830,
            "stop": 1177087219
        },
        {
            "start": 1177087220,
            "stop": 1177087222
        },
        {
            "start": 1177087223,
            "stop": 1177087253
        },
        {
            "start": 1177087254,
            "stop": 1177087383
        },
        {
            "start": 1177087386,
            "stop": 1177087438
        }
    ]
}