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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8706",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8707,
    "results": [
        {
            "start": 872304113,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872306221
        },
        {
            "start": 872306341,
            "stop": 872306570
        },
        {
            "start": 872306710,
            "stop": 872308336
        },
        {
            "start": 872308376,
            "stop": 872308411
        },
        {
            "start": 872308531,
            "stop": 872308830
        },
        {
            "start": 872308920,
            "stop": 872313050
        },
        {
            "start": 872313130,
            "stop": 872314067
        },
        {
            "start": 872314084,
            "stop": 872315094
        },
        {
            "start": 872315465,
            "stop": 872317430
        },
        {
            "start": 872317510,
            "stop": 872317564
        },
        {
            "start": 872317684,
            "stop": 872320409
        },
        {
            "start": 872320426,
            "stop": 872325736
        },
        {
            "start": 872325753,
            "stop": 872326761
        },
        {
            "start": 872326778,
            "stop": 872329492
        },
        {
            "start": 872329509,
            "stop": 872331378
        },
        {
            "start": 872331690,
            "stop": 872332512
        },
        {
            "start": 872332529,
            "stop": 872334757
        },
        {
            "start": 872334774,
            "stop": 872336968
        },
        {
            "start": 872336985,
            "stop": 872337376
        }
    ]
}