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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1528",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1529,
    "results": [
        {
            "start": 873135576,
            "stop": 873135586
        },
        {
            "start": 873135590,
            "stop": 873135602
        },
        {
            "start": 873135614,
            "stop": 873137053
        },
        {
            "start": 873139153,
            "stop": 873141093
        },
        {
            "start": 873142125,
            "stop": 873143780
        },
        {
            "start": 873143785,
            "stop": 873145443
        },
        {
            "start": 873145446,
            "stop": 873145470
        },
        {
            "start": 873145476,
            "stop": 873145479
        },
        {
            "start": 873146432,
            "stop": 873147547
        },
        {
            "start": 873151342,
            "stop": 873151833
        },
        {
            "start": 873151837,
            "stop": 873154649
        },
        {
            "start": 873154911,
            "stop": 873179420
        },
        {
            "start": 873180369,
            "stop": 873214448
        },
        {
            "start": 873214451,
            "stop": 873219938
        },
        {
            "start": 873219941,
            "stop": 873222837
        },
        {
            "start": 873224265,
            "stop": 873227461
        },
        {
            "start": 873227574,
            "stop": 873229956
        },
        {
            "start": 873229960,
            "stop": 873230695
        },
        {
            "start": 873230699,
            "stop": 873235505
        },
        {
            "start": 873235610,
            "stop": 873236135
        }
    ]
}