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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=30",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 31,
    "results": [
        {
            "start": 820044800,
            "stop": 820062973
        },
        {
            "start": 820063430,
            "stop": 820087077
        },
        {
            "start": 820088142,
            "stop": 820096352
        },
        {
            "start": 820096384,
            "stop": 820096448
        },
        {
            "start": 820096480,
            "stop": 820108753
        },
        {
            "start": 820111320,
            "stop": 820115160
        },
        {
            "start": 820115777,
            "stop": 820175701
        },
        {
            "start": 820177085,
            "stop": 820196353
        },
        {
            "start": 820197260,
            "stop": 820199644
        },
        {
            "start": 820200202,
            "stop": 820210633
        },
        {
            "start": 820211746,
            "stop": 820218644
        },
        {
            "start": 820228522,
            "stop": 820275900
        },
        {
            "start": 820279504,
            "stop": 820298816
        },
        {
            "start": 820298848,
            "stop": 820310816
        },
        {
            "start": 820310848,
            "stop": 820314528
        },
        {
            "start": 820315104,
            "stop": 820315136
        },
        {
            "start": 820315808,
            "stop": 820315840
        },
        {
            "start": 820316512,
            "stop": 820316544
        },
        {
            "start": 820317184,
            "stop": 820317216
        },
        {
            "start": 820317888,
            "stop": 820317920
        }
    ]
}