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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=297",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 298,
    "results": [
        {
            "start": 822411590,
            "stop": 822411649
        },
        {
            "start": 822411654,
            "stop": 822411775
        },
        {
            "start": 822411780,
            "stop": 822412010
        },
        {
            "start": 822412022,
            "stop": 822412052
        },
        {
            "start": 822412057,
            "stop": 822412103
        },
        {
            "start": 822412108,
            "stop": 822412200
        },
        {
            "start": 822412206,
            "stop": 822412298
        },
        {
            "start": 822412303,
            "stop": 822412542
        },
        {
            "start": 822412547,
            "stop": 822412585
        },
        {
            "start": 822412590,
            "stop": 822412712
        },
        {
            "start": 822412723,
            "stop": 822412955
        },
        {
            "start": 822412960,
            "stop": 822412967
        },
        {
            "start": 822412972,
            "stop": 822413302
        },
        {
            "start": 822413309,
            "stop": 822413320
        },
        {
            "start": 822413334,
            "stop": 822413344
        },
        {
            "start": 822413354,
            "stop": 822413362
        },
        {
            "start": 822413369,
            "stop": 822413380
        },
        {
            "start": 822413389,
            "stop": 822413409
        },
        {
            "start": 822413414,
            "stop": 822413698
        },
        {
            "start": 822413704,
            "stop": 822413759
        }
    ]
}