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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=201",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 202,
    "results": [
        {
            "start": 839306654,
            "stop": 839307057
        },
        {
            "start": 839307061,
            "stop": 839337909
        },
        {
            "start": 839338882,
            "stop": 839340553
        },
        {
            "start": 839340592,
            "stop": 839340593
        },
        {
            "start": 839340792,
            "stop": 839342233
        },
        {
            "start": 839344262,
            "stop": 839347372
        },
        {
            "start": 839347669,
            "stop": 839348475
        },
        {
            "start": 839349097,
            "stop": 839361287
        },
        {
            "start": 839362462,
            "stop": 839362992
        },
        {
            "start": 839364729,
            "stop": 839368415
        },
        {
            "start": 839368453,
            "stop": 839371033
        },
        {
            "start": 839371945,
            "stop": 839384773
        },
        {
            "start": 839385652,
            "stop": 839531937
        },
        {
            "start": 839533524,
            "stop": 839564697
        },
        {
            "start": 839565795,
            "stop": 839605194
        },
        {
            "start": 839606746,
            "stop": 839626453
        },
        {
            "start": 839627382,
            "stop": 839629572
        },
        {
            "start": 839630471,
            "stop": 839630653
        },
        {
            "start": 839631632,
            "stop": 839644993
        },
        {
            "start": 839646005,
            "stop": 839680393
        }
    ]
}