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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=285",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 286,
    "results": [
        {
            "start": 968626943,
            "stop": 968630062
        },
        {
            "start": 968632249,
            "stop": 968638765
        },
        {
            "start": 968638768,
            "stop": 968639040
        },
        {
            "start": 968639042,
            "stop": 968639470
        },
        {
            "start": 968639474,
            "stop": 968639806
        },
        {
            "start": 968639809,
            "stop": 968639903
        },
        {
            "start": 968639910,
            "stop": 968640011
        },
        {
            "start": 968640016,
            "stop": 968640029
        },
        {
            "start": 968640035,
            "stop": 968640061
        },
        {
            "start": 968640064,
            "stop": 968640066
        },
        {
            "start": 968640069,
            "stop": 968640073
        },
        {
            "start": 968640078,
            "stop": 968640129
        },
        {
            "start": 968640135,
            "stop": 968640166
        },
        {
            "start": 968640171,
            "stop": 968640193
        },
        {
            "start": 968640203,
            "stop": 968640216
        },
        {
            "start": 968640249,
            "stop": 968640269
        },
        {
            "start": 968640284,
            "stop": 968640288
        },
        {
            "start": 968640300,
            "stop": 968640317
        },
        {
            "start": 968640325,
            "stop": 968640385
        },
        {
            "start": 968640404,
            "stop": 968640417
        }
    ]
}