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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3774",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3775,
    "results": [
        {
            "start": 873114114,
            "stop": 873114118
        },
        {
            "start": 873114124,
            "stop": 873114129
        },
        {
            "start": 873114132,
            "stop": 873114139
        },
        {
            "start": 873114145,
            "stop": 873114148
        },
        {
            "start": 873114151,
            "stop": 873114154
        },
        {
            "start": 873114159,
            "stop": 873114835
        },
        {
            "start": 873114838,
            "stop": 873114989
        },
        {
            "start": 873114992,
            "stop": 873115352
        },
        {
            "start": 873115355,
            "stop": 873115407
        },
        {
            "start": 873115410,
            "stop": 873115524
        },
        {
            "start": 873115527,
            "stop": 873115554
        },
        {
            "start": 873115559,
            "stop": 873115610
        },
        {
            "start": 873115614,
            "stop": 873115779
        },
        {
            "start": 873115782,
            "stop": 873115808
        },
        {
            "start": 873115812,
            "stop": 873116413
        },
        {
            "start": 873116416,
            "stop": 873116513
        },
        {
            "start": 873116516,
            "stop": 873117341
        },
        {
            "start": 873117345,
            "stop": 873117348
        },
        {
            "start": 873117351,
            "stop": 873117732
        },
        {
            "start": 873117733,
            "stop": 873118109
        }
    ]
}