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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=405",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 406,
    "results": [
        {
            "start": 1261188089,
            "stop": 1261188098
        },
        {
            "start": 1261188102,
            "stop": 1261188220
        },
        {
            "start": 1261188223,
            "stop": 1261188227
        },
        {
            "start": 1261188229,
            "stop": 1261188426
        },
        {
            "start": 1261188428,
            "stop": 1261188432
        },
        {
            "start": 1261188434,
            "stop": 1261188435
        },
        {
            "start": 1261188438,
            "stop": 1261188458
        },
        {
            "start": 1261188461,
            "stop": 1261188496
        },
        {
            "start": 1261188498,
            "stop": 1261188502
        },
        {
            "start": 1261188505,
            "stop": 1261188810
        },
        {
            "start": 1261188813,
            "stop": 1261188829
        },
        {
            "start": 1261188831,
            "stop": 1261188845
        },
        {
            "start": 1261188848,
            "stop": 1261188849
        },
        {
            "start": 1261188852,
            "stop": 1261188855
        },
        {
            "start": 1261188857,
            "stop": 1261188860
        },
        {
            "start": 1261188863,
            "stop": 1261190510
        },
        {
            "start": 1261190513,
            "stop": 1261192406
        },
        {
            "start": 1261192409,
            "stop": 1261192971
        },
        {
            "start": 1261192974,
            "stop": 1261196688
        },
        {
            "start": 1261196691,
            "stop": 1261196984
        }
    ]
}