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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=40",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 41,
    "results": [
        {
            "start": 931505755,
            "stop": 931505764
        },
        {
            "start": 931505784,
            "stop": 931505785
        },
        {
            "start": 931505820,
            "stop": 931505822
        },
        {
            "start": 931505838,
            "stop": 931505841
        },
        {
            "start": 931505870,
            "stop": 931505877
        },
        {
            "start": 931505884,
            "stop": 931505886
        },
        {
            "start": 931505898,
            "stop": 931505903
        },
        {
            "start": 931505919,
            "stop": 931505928
        },
        {
            "start": 931505942,
            "stop": 931505945
        },
        {
            "start": 931505952,
            "stop": 931505956
        },
        {
            "start": 931505962,
            "stop": 931505967
        },
        {
            "start": 931505981,
            "stop": 931505984
        },
        {
            "start": 931506001,
            "stop": 931506006
        },
        {
            "start": 931506015,
            "stop": 931506018
        },
        {
            "start": 931506025,
            "stop": 931506027
        },
        {
            "start": 931506034,
            "stop": 931506037
        },
        {
            "start": 931506052,
            "stop": 931506056
        },
        {
            "start": 931506063,
            "stop": 931506068
        },
        {
            "start": 931506083,
            "stop": 931506093
        },
        {
            "start": 931506100,
            "stop": 931506108
        }
    ]
}