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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=656",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=654",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 655,
    "results": [
        {
            "start": 1265979884,
            "stop": 1265980348
        },
        {
            "start": 1265980351,
            "stop": 1265983642
        },
        {
            "start": 1265983645,
            "stop": 1265985599
        },
        {
            "start": 1265985603,
            "stop": 1265986180
        },
        {
            "start": 1265986183,
            "stop": 1265987096
        },
        {
            "start": 1265987100,
            "stop": 1265987525
        },
        {
            "start": 1265987526,
            "stop": 1265987768
        },
        {
            "start": 1265987769,
            "stop": 1265989578
        },
        {
            "start": 1265989580,
            "stop": 1265990570
        },
        {
            "start": 1265990575,
            "stop": 1265990639
        },
        {
            "start": 1265993888,
            "stop": 1265993918
        },
        {
            "start": 1265993920,
            "stop": 1265993977
        },
        {
            "start": 1265993982,
            "stop": 1265994184
        },
        {
            "start": 1265994189,
            "stop": 1265999279
        },
        {
            "start": 1265999284,
            "stop": 1266000495
        },
        {
            "start": 1266000497,
            "stop": 1266001262
        },
        {
            "start": 1266006420,
            "stop": 1266007558
        },
        {
            "start": 1266007561,
            "stop": 1266008941
        },
        {
            "start": 1266008944,
            "stop": 1266008977
        },
        {
            "start": 1266008978,
            "stop": 1266010884
        }
    ]
}