Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=498
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=497",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 498,
    "results": [
        {
            "start": 822854149,
            "stop": 822856042
        },
        {
            "start": 822856049,
            "stop": 822857339
        },
        {
            "start": 822857344,
            "stop": 822857878
        },
        {
            "start": 822857883,
            "stop": 822858770
        },
        {
            "start": 822858775,
            "stop": 822858884
        },
        {
            "start": 822858892,
            "stop": 822859387
        },
        {
            "start": 822859963,
            "stop": 822860711
        },
        {
            "start": 822860716,
            "stop": 822861998
        },
        {
            "start": 822862003,
            "stop": 822862279
        },
        {
            "start": 822867247,
            "stop": 822867880
        },
        {
            "start": 822867885,
            "stop": 822873337
        },
        {
            "start": 822874311,
            "stop": 822915022
        },
        {
            "start": 822915961,
            "stop": 822920421
        },
        {
            "start": 822921378,
            "stop": 822944171
        },
        {
            "start": 822944811,
            "stop": 822947104
        },
        {
            "start": 822947676,
            "stop": 822952004
        },
        {
            "start": 822952012,
            "stop": 822966530
        },
        {
            "start": 822967444,
            "stop": 822967891
        },
        {
            "start": 822968821,
            "stop": 822973535
        },
        {
            "start": 822974119,
            "stop": 822985602
        }
    ]
}