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/H2_CBCHIGH_CAT4/segments?format=api&page=121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=120",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 121,
    "results": [
        {
            "start": 817562050,
            "stop": 817562065
        },
        {
            "start": 817562069,
            "stop": 817562153
        },
        {
            "start": 817562157,
            "stop": 817562288
        },
        {
            "start": 817562296,
            "stop": 817562375
        },
        {
            "start": 817562379,
            "stop": 817562540
        },
        {
            "start": 817562549,
            "stop": 817562569
        },
        {
            "start": 817562573,
            "stop": 817562579
        },
        {
            "start": 817562583,
            "stop": 817562608
        },
        {
            "start": 817562661,
            "stop": 817562681
        },
        {
            "start": 817562685,
            "stop": 817562730
        },
        {
            "start": 817563008,
            "stop": 817563030
        },
        {
            "start": 817563097,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564080
        },
        {
            "start": 817564200,
            "stop": 817564236
        },
        {
            "start": 817564674,
            "stop": 817564964
        },
        {
            "start": 817567460,
            "stop": 817568430
        },
        {
            "start": 817568490,
            "stop": 817568506
        },
        {
            "start": 817568538,
            "stop": 817568544
        },
        {
            "start": 817568558,
            "stop": 817568789
        },
        {
            "start": 817568794,
            "stop": 817569276
        }
    ]
}