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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=331",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 332,
    "results": [
        {
            "start": 1264945275,
            "stop": 1264945378
        },
        {
            "start": 1264945379,
            "stop": 1264945455
        },
        {
            "start": 1264945456,
            "stop": 1264945974
        },
        {
            "start": 1264945975,
            "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": 1264958920
        },
        {
            "start": 1264958921,
            "stop": 1264960981
        },
        {
            "start": 1264960982,
            "stop": 1264961002
        },
        {
            "start": 1264961003,
            "stop": 1264961241
        },
        {
            "start": 1264961242,
            "stop": 1264961258
        },
        {
            "start": 1264961259,
            "stop": 1264961263
        },
        {
            "start": 1264961264,
            "stop": 1264962074
        },
        {
            "start": 1264962075,
            "stop": 1264962077
        },
        {
            "start": 1264962078,
            "stop": 1264962692
        }
    ]
}