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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=102",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 103,
    "results": [
        {
            "start": 825899377,
            "stop": 825899398
        },
        {
            "start": 825899402,
            "stop": 825899418
        },
        {
            "start": 825899421,
            "stop": 825899427
        },
        {
            "start": 825899431,
            "stop": 825899502
        },
        {
            "start": 825899505,
            "stop": 825899657
        },
        {
            "start": 825899661,
            "stop": 825899677
        },
        {
            "start": 825899680,
            "stop": 825899701
        },
        {
            "start": 825899705,
            "stop": 825899710
        },
        {
            "start": 825899719,
            "stop": 825899735
        },
        {
            "start": 825899739,
            "stop": 825899755
        },
        {
            "start": 825899769,
            "stop": 825899853
        },
        {
            "start": 825899857,
            "stop": 825900124
        },
        {
            "start": 825900127,
            "stop": 825900677
        },
        {
            "start": 825900681,
            "stop": 825900788
        },
        {
            "start": 825900793,
            "stop": 825900798
        },
        {
            "start": 825900802,
            "stop": 825900832
        },
        {
            "start": 825900836,
            "stop": 825900912
        },
        {
            "start": 825900916,
            "stop": 825900966
        },
        {
            "start": 825900969,
            "stop": 825901000
        },
        {
            "start": 825901004,
            "stop": 825901010
        }
    ]
}