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_CW_CAT1/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_CW_CAT1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=297",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 298,
    "results": [
        {
            "start": 857600025,
            "stop": 857600667
        },
        {
            "start": 857600977,
            "stop": 857604592
        },
        {
            "start": 857604759,
            "stop": 857634989
        },
        {
            "start": 857635279,
            "stop": 857635713
        },
        {
            "start": 857637007,
            "stop": 857659362
        },
        {
            "start": 857660806,
            "stop": 857661155
        },
        {
            "start": 857661213,
            "stop": 857684428
        },
        {
            "start": 857685280,
            "stop": 857688997
        },
        {
            "start": 857689503,
            "stop": 857715997
        },
        {
            "start": 857718480,
            "stop": 857732216
        },
        {
            "start": 857733362,
            "stop": 857750404
        },
        {
            "start": 857750729,
            "stop": 857761772
        },
        {
            "start": 857763713,
            "stop": 857764355
        },
        {
            "start": 857765138,
            "stop": 857769142
        },
        {
            "start": 857769846,
            "stop": 857771055
        },
        {
            "start": 857771126,
            "stop": 857790200
        },
        {
            "start": 857798217,
            "stop": 857803366
        },
        {
            "start": 857804234,
            "stop": 857828915
        },
        {
            "start": 857831024,
            "stop": 857833989
        },
        {
            "start": 857877345,
            "stop": 857893892
        }
    ]
}