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/S6/timelines/H1_CW_CAT1/segments?format=api&page=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=146",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 147,
    "results": [
        {
            "start": 954313897,
            "stop": 954313902
        },
        {
            "start": 954313905,
            "stop": 954313908
        },
        {
            "start": 954323268,
            "stop": 954323325
        },
        {
            "start": 954323331,
            "stop": 954323339
        },
        {
            "start": 954323345,
            "stop": 954323346
        },
        {
            "start": 954323349,
            "stop": 954323419
        },
        {
            "start": 954323422,
            "stop": 954325763
        },
        {
            "start": 954325766,
            "stop": 954325882
        },
        {
            "start": 954325886,
            "stop": 954329740
        },
        {
            "start": 954329748,
            "stop": 954329804
        },
        {
            "start": 954329810,
            "stop": 954329825
        },
        {
            "start": 954329836,
            "stop": 954329895
        },
        {
            "start": 954329899,
            "stop": 954329900
        },
        {
            "start": 954329903,
            "stop": 954330138
        },
        {
            "start": 954330141,
            "stop": 954330156
        },
        {
            "start": 954330166,
            "stop": 954330179
        },
        {
            "start": 954330182,
            "stop": 954330262
        },
        {
            "start": 954330266,
            "stop": 954330267
        },
        {
            "start": 954330273,
            "stop": 954330274
        },
        {
            "start": 954330298,
            "stop": 954330361
        }
    ]
}