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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=844",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=842",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 843,
    "results": [
        {
            "start": 1250450041,
            "stop": 1250450133
        },
        {
            "start": 1250450137,
            "stop": 1250450251
        },
        {
            "start": 1250450255,
            "stop": 1250450274
        },
        {
            "start": 1250450279,
            "stop": 1250450280
        },
        {
            "start": 1250450283,
            "stop": 1250450287
        },
        {
            "start": 1250450292,
            "stop": 1250450350
        },
        {
            "start": 1250450354,
            "stop": 1250450355
        },
        {
            "start": 1250450358,
            "stop": 1250450375
        },
        {
            "start": 1250450376,
            "stop": 1250450394
        },
        {
            "start": 1250450399,
            "stop": 1250450554
        },
        {
            "start": 1250450557,
            "stop": 1250450578
        },
        {
            "start": 1250450581,
            "stop": 1250450596
        },
        {
            "start": 1250450599,
            "stop": 1250450612
        },
        {
            "start": 1250450615,
            "stop": 1250450665
        },
        {
            "start": 1250450668,
            "stop": 1250450674
        },
        {
            "start": 1250450683,
            "stop": 1250450717
        },
        {
            "start": 1250450721,
            "stop": 1250450748
        },
        {
            "start": 1250450757,
            "stop": 1250450790
        },
        {
            "start": 1250450794,
            "stop": 1250450795
        },
        {
            "start": 1250450802,
            "stop": 1250450854
        }
    ]
}