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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7985",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7983",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7984,
    "results": [
        {
            "start": 970251273,
            "stop": 970251398
        },
        {
            "start": 970251401,
            "stop": 970251511
        },
        {
            "start": 970251514,
            "stop": 970251515
        },
        {
            "start": 970251518,
            "stop": 970251543
        },
        {
            "start": 970251567,
            "stop": 970251568
        },
        {
            "start": 970251607,
            "stop": 970251670
        },
        {
            "start": 970251691,
            "stop": 970251772
        },
        {
            "start": 970251777,
            "stop": 970251791
        },
        {
            "start": 970251836,
            "stop": 970251843
        },
        {
            "start": 970251854,
            "stop": 970251934
        },
        {
            "start": 970251945,
            "stop": 970251962
        },
        {
            "start": 970251965,
            "stop": 970251969
        },
        {
            "start": 970251972,
            "stop": 970252038
        },
        {
            "start": 970252041,
            "stop": 970252063
        },
        {
            "start": 970252066,
            "stop": 970252100
        },
        {
            "start": 970252122,
            "stop": 970252167
        },
        {
            "start": 970252170,
            "stop": 970252327
        },
        {
            "start": 970252338,
            "stop": 970252351
        },
        {
            "start": 970252354,
            "stop": 970252395
        },
        {
            "start": 970252398,
            "stop": 970252413
        }
    ]
}