Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=140",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 141,
    "results": [
        {
            "start": 830394514,
            "stop": 830394520
        },
        {
            "start": 830394523,
            "stop": 830394699
        },
        {
            "start": 830394708,
            "stop": 830394976
        },
        {
            "start": 830394980,
            "stop": 830395041
        },
        {
            "start": 830395045,
            "stop": 830395065
        },
        {
            "start": 830395069,
            "stop": 830395570
        },
        {
            "start": 830395579,
            "stop": 830395907
        },
        {
            "start": 830395912,
            "stop": 830395922
        },
        {
            "start": 830395926,
            "stop": 830396023
        },
        {
            "start": 830396027,
            "stop": 830396085
        },
        {
            "start": 830396089,
            "stop": 830396128
        },
        {
            "start": 830396141,
            "stop": 830396152
        },
        {
            "start": 830396156,
            "stop": 830396162
        },
        {
            "start": 830396166,
            "stop": 830396190
        },
        {
            "start": 830396194,
            "stop": 830396215
        },
        {
            "start": 830396223,
            "stop": 830396251
        },
        {
            "start": 830396255,
            "stop": 830396277
        },
        {
            "start": 830396289,
            "stop": 830396291
        },
        {
            "start": 830396315,
            "stop": 830396368
        },
        {
            "start": 830396382,
            "stop": 830396388
        }
    ]
}