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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=150",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 151,
    "results": [
        {
            "start": 954347663,
            "stop": 954347681
        },
        {
            "start": 954347684,
            "stop": 954347821
        },
        {
            "start": 954347826,
            "stop": 954348012
        },
        {
            "start": 954348015,
            "stop": 954348140
        },
        {
            "start": 954348145,
            "stop": 954348146
        },
        {
            "start": 954348151,
            "stop": 954348158
        },
        {
            "start": 954348163,
            "stop": 954348169
        },
        {
            "start": 954348173,
            "stop": 954348217
        },
        {
            "start": 954348220,
            "stop": 954348231
        },
        {
            "start": 954348234,
            "stop": 954348240
        },
        {
            "start": 954348250,
            "stop": 954348256
        },
        {
            "start": 954348260,
            "stop": 954348263
        },
        {
            "start": 954348266,
            "stop": 954348276
        },
        {
            "start": 954348280,
            "stop": 954348286
        },
        {
            "start": 954348289,
            "stop": 954348306
        },
        {
            "start": 954348309,
            "stop": 954348342
        },
        {
            "start": 954348348,
            "stop": 954348360
        },
        {
            "start": 954348364,
            "stop": 954348365
        },
        {
            "start": 954348369,
            "stop": 954348372
        },
        {
            "start": 954348374,
            "stop": 954348395
        }
    ]
}