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=581
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=582",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=580",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 581,
    "results": [
        {
            "start": 1264945975,
            "stop": 1264946036
        },
        {
            "start": 1264946037,
            "stop": 1264946275
        },
        {
            "start": 1264946276,
            "stop": 1264946368
        },
        {
            "start": 1264946369,
            "stop": 1264946399
        },
        {
            "start": 1264946400,
            "stop": 1264946444
        },
        {
            "start": 1264946445,
            "stop": 1264946506
        },
        {
            "start": 1264946507,
            "stop": 1264946522
        },
        {
            "start": 1264946523,
            "stop": 1264946899
        },
        {
            "start": 1264946900,
            "stop": 1264948516
        },
        {
            "start": 1264948517,
            "stop": 1264949872
        },
        {
            "start": 1264949876,
            "stop": 1264949956
        },
        {
            "start": 1264949960,
            "stop": 1264950099
        },
        {
            "start": 1264950103,
            "stop": 1264954975
        },
        {
            "start": 1264954976,
            "stop": 1264956164
        },
        {
            "start": 1264956169,
            "stop": 1264958182
        },
        {
            "start": 1264958185,
            "stop": 1264958307
        },
        {
            "start": 1264958311,
            "stop": 1264958920
        },
        {
            "start": 1264958921,
            "stop": 1264960981
        },
        {
            "start": 1264960982,
            "stop": 1264961002
        },
        {
            "start": 1264961003,
            "stop": 1264961241
        }
    ]
}