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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 179,
    "results": [
        {
            "start": 931601443,
            "stop": 931601450
        },
        {
            "start": 931601453,
            "stop": 931601461
        },
        {
            "start": 931601467,
            "stop": 931601476
        },
        {
            "start": 931601479,
            "stop": 931601501
        },
        {
            "start": 931601505,
            "stop": 931601513
        },
        {
            "start": 931601517,
            "stop": 931601519
        },
        {
            "start": 931601525,
            "stop": 931601526
        },
        {
            "start": 931601528,
            "stop": 931601541
        },
        {
            "start": 931601547,
            "stop": 931601549
        },
        {
            "start": 931601555,
            "stop": 931601569
        },
        {
            "start": 931601574,
            "stop": 931601590
        },
        {
            "start": 931601592,
            "stop": 931601601
        },
        {
            "start": 931601604,
            "stop": 931601620
        },
        {
            "start": 931601630,
            "stop": 931601631
        },
        {
            "start": 931601637,
            "stop": 931601646
        },
        {
            "start": 931601649,
            "stop": 931601651
        },
        {
            "start": 931601654,
            "stop": 931601659
        },
        {
            "start": 931601666,
            "stop": 931601667
        },
        {
            "start": 931601673,
            "stop": 931601682
        },
        {
            "start": 931601690,
            "stop": 931601707
        }
    ]
}