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/L1_CBCLOW_CAT2/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/L1_CBCLOW_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=272",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 273,
    "results": [
        {
            "start": 821797704,
            "stop": 821797795
        },
        {
            "start": 821797802,
            "stop": 821797843
        },
        {
            "start": 821797848,
            "stop": 821797914
        },
        {
            "start": 821797920,
            "stop": 821798003
        },
        {
            "start": 821798019,
            "stop": 821798042
        },
        {
            "start": 821798052,
            "stop": 821798083
        },
        {
            "start": 821798294,
            "stop": 821798425
        },
        {
            "start": 821798430,
            "stop": 821798443
        },
        {
            "start": 821798448,
            "stop": 821798597
        },
        {
            "start": 821798602,
            "stop": 821798694
        },
        {
            "start": 821798720,
            "stop": 821798738
        },
        {
            "start": 821798744,
            "stop": 821798943
        },
        {
            "start": 821798948,
            "stop": 821798977
        },
        {
            "start": 821798983,
            "stop": 821798996
        },
        {
            "start": 821799007,
            "stop": 821799041
        },
        {
            "start": 821799046,
            "stop": 821799093
        },
        {
            "start": 821799099,
            "stop": 821799219
        },
        {
            "start": 821799235,
            "stop": 821799292
        },
        {
            "start": 821799297,
            "stop": 821799302
        },
        {
            "start": 821799414,
            "stop": 821799415
        }
    ]
}