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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=60",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 61,
    "results": [
        {
            "start": 822858888,
            "stop": 822859333
        },
        {
            "start": 822859963,
            "stop": 822860711
        },
        {
            "start": 822860712,
            "stop": 822861998
        },
        {
            "start": 822861999,
            "stop": 822862250
        },
        {
            "start": 822867253,
            "stop": 822867456
        },
        {
            "start": 822867488,
            "stop": 822867880
        },
        {
            "start": 822867881,
            "stop": 822873308
        },
        {
            "start": 822874333,
            "stop": 822901376
        },
        {
            "start": 822901408,
            "stop": 822912224
        },
        {
            "start": 822912256,
            "stop": 822914995
        },
        {
            "start": 822915973,
            "stop": 822920394
        },
        {
            "start": 822921433,
            "stop": 822922048
        },
        {
            "start": 822922080,
            "stop": 822944113
        },
        {
            "start": 822944811,
            "stop": 822947053
        },
        {
            "start": 822947713,
            "stop": 822949536
        },
        {
            "start": 822949568,
            "stop": 822952005
        },
        {
            "start": 822952008,
            "stop": 822966493
        },
        {
            "start": 822967444,
            "stop": 822967862
        },
        {
            "start": 822968833,
            "stop": 822973508
        },
        {
            "start": 822974119,
            "stop": 822982400
        }
    ]
}