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=1854
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=1855",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1853",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1854,
    "results": [
        {
            "start": 1250725994,
            "stop": 1250725995
        },
        {
            "start": 1250725996,
            "stop": 1250726008
        },
        {
            "start": 1250726011,
            "stop": 1250726122
        },
        {
            "start": 1250726123,
            "stop": 1250726192
        },
        {
            "start": 1250726194,
            "stop": 1250726241
        },
        {
            "start": 1250726242,
            "stop": 1250726297
        },
        {
            "start": 1250726298,
            "stop": 1250726302
        },
        {
            "start": 1250726304,
            "stop": 1250726343
        },
        {
            "start": 1250726344,
            "stop": 1250726345
        },
        {
            "start": 1250726349,
            "stop": 1250726352
        },
        {
            "start": 1250726353,
            "stop": 1250726369
        },
        {
            "start": 1250726371,
            "stop": 1250726372
        },
        {
            "start": 1250726373,
            "stop": 1250726381
        },
        {
            "start": 1250726382,
            "stop": 1250726395
        },
        {
            "start": 1250726396,
            "stop": 1250726490
        },
        {
            "start": 1250726493,
            "stop": 1250726497
        },
        {
            "start": 1250726498,
            "stop": 1250726501
        },
        {
            "start": 1250726504,
            "stop": 1250726713
        },
        {
            "start": 1250726714,
            "stop": 1250726716
        },
        {
            "start": 1250726719,
            "stop": 1250726721
        }
    ]
}