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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=243",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 244,
    "results": [
        {
            "start": 847122524,
            "stop": 847122853
        },
        {
            "start": 847122876,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847130053
        },
        {
            "start": 847130067,
            "stop": 847130068
        },
        {
            "start": 847130186,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847225933
        },
        {
            "start": 847226069,
            "stop": 847230613
        },
        {
            "start": 847235374,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        },
        {
            "start": 847266490,
            "stop": 847334433
        },
        {
            "start": 847348466,
            "stop": 847360998
        },
        {
            "start": 847361008,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847361505
        },
        {
            "start": 847361508,
            "stop": 847361514
        },
        {
            "start": 847361518,
            "stop": 847364767
        },
        {
            "start": 847364771,
            "stop": 847364777
        },
        {
            "start": 847364780,
            "stop": 847364883
        },
        {
            "start": 847364887,
            "stop": 847371180
        },
        {
            "start": 847371184,
            "stop": 847371200
        },
        {
            "start": 847371209,
            "stop": 847371224
        }
    ]
}