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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=118",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 119,
    "results": [
        {
            "start": 831886077,
            "stop": 831898513
        },
        {
            "start": 831899489,
            "stop": 831903973
        },
        {
            "start": 831905483,
            "stop": 831905653
        },
        {
            "start": 831905657,
            "stop": 831905659
        },
        {
            "start": 831907111,
            "stop": 831908100
        },
        {
            "start": 831910527,
            "stop": 831910633
        },
        {
            "start": 831910637,
            "stop": 831910638
        },
        {
            "start": 831910873,
            "stop": 831911629
        },
        {
            "start": 831920959,
            "stop": 831921373
        },
        {
            "start": 831921392,
            "stop": 831921393
        },
        {
            "start": 831921523,
            "stop": 831922213
        },
        {
            "start": 831922253,
            "stop": 831922255
        },
        {
            "start": 831923329,
            "stop": 831924373
        },
        {
            "start": 831924404,
            "stop": 831924405
        },
        {
            "start": 831926586,
            "stop": 831928279
        },
        {
            "start": 831928391,
            "stop": 831929533
        },
        {
            "start": 831929582,
            "stop": 831929583
        },
        {
            "start": 831929700,
            "stop": 831930853
        },
        {
            "start": 831930867,
            "stop": 831930868
        },
        {
            "start": 831931101,
            "stop": 831934093
        }
    ]
}