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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=272",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 273,
    "results": [
        {
            "start": 821635037,
            "stop": 821635056
        },
        {
            "start": 821635060,
            "stop": 821635123
        },
        {
            "start": 821636981,
            "stop": 821637130
        },
        {
            "start": 821637134,
            "stop": 821637505
        },
        {
            "start": 821637509,
            "stop": 821638128
        },
        {
            "start": 821638132,
            "stop": 821638369
        },
        {
            "start": 821638372,
            "stop": 821638721
        },
        {
            "start": 821638724,
            "stop": 821638735
        },
        {
            "start": 821638738,
            "stop": 821638775
        },
        {
            "start": 821638779,
            "stop": 821638782
        },
        {
            "start": 821638785,
            "stop": 821639016
        },
        {
            "start": 821639020,
            "stop": 821639051
        },
        {
            "start": 821639055,
            "stop": 821639165
        },
        {
            "start": 821639168,
            "stop": 821639608
        },
        {
            "start": 821639611,
            "stop": 821639664
        },
        {
            "start": 821639667,
            "stop": 821640449
        },
        {
            "start": 821640453,
            "stop": 821640456
        },
        {
            "start": 821640460,
            "stop": 821640463
        },
        {
            "start": 821640467,
            "stop": 821640519
        },
        {
            "start": 821640522,
            "stop": 821640869
        }
    ]
}