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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=592",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 593,
    "results": [
        {
            "start": 827966061,
            "stop": 827966064
        },
        {
            "start": 827966086,
            "stop": 827966686
        },
        {
            "start": 827966705,
            "stop": 827966717
        },
        {
            "start": 827966736,
            "stop": 827966739
        },
        {
            "start": 827966758,
            "stop": 827966820
        },
        {
            "start": 827966839,
            "stop": 827969079
        },
        {
            "start": 827969116,
            "stop": 827971410
        },
        {
            "start": 827971565,
            "stop": 827971626
        },
        {
            "start": 827971926,
            "stop": 827980584
        },
        {
            "start": 827980884,
            "stop": 827987204
        },
        {
            "start": 827989660,
            "stop": 827994367
        },
        {
            "start": 827994370,
            "stop": 827995327
        },
        {
            "start": 827995330,
            "stop": 827995534
        },
        {
            "start": 827995551,
            "stop": 828001382
        },
        {
            "start": 828001399,
            "stop": 828010067
        },
        {
            "start": 828010084,
            "stop": 828017472
        },
        {
            "start": 828017493,
            "stop": 828018006
        },
        {
            "start": 828018025,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828026460
        },
        {
            "start": 828026463,
            "stop": 828027186
        }
    ]
}