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=2102
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=2103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2101",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2102,
    "results": [
        {
            "start": 871862669,
            "stop": 871862734
        },
        {
            "start": 871862754,
            "stop": 871863628
        },
        {
            "start": 871863650,
            "stop": 871864040
        },
        {
            "start": 871864065,
            "stop": 871864310
        },
        {
            "start": 871864333,
            "stop": 871864404
        },
        {
            "start": 871864440,
            "stop": 871864760
        },
        {
            "start": 871864782,
            "stop": 871866137
        },
        {
            "start": 871866156,
            "stop": 871870132
        },
        {
            "start": 871870151,
            "stop": 871870373
        },
        {
            "start": 871870392,
            "stop": 871870513
        },
        {
            "start": 871870532,
            "stop": 871871949
        },
        {
            "start": 871871968,
            "stop": 871872004
        },
        {
            "start": 871872023,
            "stop": 871872107
        },
        {
            "start": 871872126,
            "stop": 871879902
        },
        {
            "start": 871879921,
            "stop": 871881524
        },
        {
            "start": 871881543,
            "stop": 871885754
        },
        {
            "start": 871885773,
            "stop": 871887738
        },
        {
            "start": 871887757,
            "stop": 871888323
        },
        {
            "start": 871888342,
            "stop": 871888628
        },
        {
            "start": 871888662,
            "stop": 871888926
        }
    ]
}