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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1895",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1896,
    "results": [
        {
            "start": 846851753,
            "stop": 846853721
        },
        {
            "start": 846854021,
            "stop": 846854310
        },
        {
            "start": 846854610,
            "stop": 846854949
        },
        {
            "start": 846855265,
            "stop": 846855268
        },
        {
            "start": 846855270,
            "stop": 846855274
        },
        {
            "start": 846855275,
            "stop": 846855277
        },
        {
            "start": 846855278,
            "stop": 846855281
        },
        {
            "start": 846859852,
            "stop": 846860166
        },
        {
            "start": 846860170,
            "stop": 846860171
        },
        {
            "start": 846860172,
            "stop": 846860173
        },
        {
            "start": 846860177,
            "stop": 846860198
        },
        {
            "start": 846860199,
            "stop": 846860347
        },
        {
            "start": 846860352,
            "stop": 846860477
        },
        {
            "start": 846860478,
            "stop": 846860722
        },
        {
            "start": 846860723,
            "stop": 846861279
        },
        {
            "start": 846861280,
            "stop": 846861281
        },
        {
            "start": 846861282,
            "stop": 846861864
        },
        {
            "start": 846861874,
            "stop": 846861876
        },
        {
            "start": 846861879,
            "stop": 846861898
        },
        {
            "start": 846861901,
            "stop": 846861977
        }
    ]
}