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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5140",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5141,
    "results": [
        {
            "start": 969467011,
            "stop": 969467078
        },
        {
            "start": 969467138,
            "stop": 969467198
        },
        {
            "start": 969467318,
            "stop": 969467438
        },
        {
            "start": 969467498,
            "stop": 969467678
        },
        {
            "start": 969468218,
            "stop": 969468278
        },
        {
            "start": 969468398,
            "stop": 969468578
        },
        {
            "start": 969468698,
            "stop": 969468878
        },
        {
            "start": 969469058,
            "stop": 969469118
        },
        {
            "start": 969469178,
            "stop": 969469416
        },
        {
            "start": 969469419,
            "stop": 969469912
        },
        {
            "start": 969469915,
            "stop": 969469929
        },
        {
            "start": 969469932,
            "stop": 969470008
        },
        {
            "start": 969470011,
            "stop": 969470389
        },
        {
            "start": 969470392,
            "stop": 969472718
        },
        {
            "start": 969472778,
            "stop": 969472880
        },
        {
            "start": 969472883,
            "stop": 969472958
        },
        {
            "start": 969473018,
            "stop": 969473078
        },
        {
            "start": 969473138,
            "stop": 969473198
        },
        {
            "start": 969473318,
            "stop": 969473618
        },
        {
            "start": 969474878,
            "stop": 969474903
        }
    ]
}