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=8710
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=8711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8709",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8710,
    "results": [
        {
            "start": 872371780,
            "stop": 872371910
        },
        {
            "start": 872371990,
            "stop": 872372021
        },
        {
            "start": 872372170,
            "stop": 872373154
        },
        {
            "start": 872375614,
            "stop": 872376751
        },
        {
            "start": 872376920,
            "stop": 872377570
        },
        {
            "start": 872377690,
            "stop": 872378100
        },
        {
            "start": 872378160,
            "stop": 872378931
        },
        {
            "start": 872379051,
            "stop": 872379710
        },
        {
            "start": 872379850,
            "stop": 872380203
        },
        {
            "start": 872380220,
            "stop": 872380262
        },
        {
            "start": 872380453,
            "stop": 872380489
        },
        {
            "start": 872380609,
            "stop": 872380796
        },
        {
            "start": 872380813,
            "stop": 872380910
        },
        {
            "start": 872380927,
            "stop": 872380969
        },
        {
            "start": 872380986,
            "stop": 872381455
        },
        {
            "start": 872381575,
            "stop": 872382038
        },
        {
            "start": 872382216,
            "stop": 872382809
        },
        {
            "start": 872382929,
            "stop": 872384562
        },
        {
            "start": 872384650,
            "stop": 872386728
        },
        {
            "start": 872386848,
            "stop": 872387443
        }
    ]
}