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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=173",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 174,
    "results": [
        {
            "start": 834637798,
            "stop": 834691087
        },
        {
            "start": 834692707,
            "stop": 834744411
        },
        {
            "start": 834745837,
            "stop": 834779933
        },
        {
            "start": 834781589,
            "stop": 834781871
        },
        {
            "start": 834783331,
            "stop": 834795895
        },
        {
            "start": 834799716,
            "stop": 834800173
        },
        {
            "start": 834810465,
            "stop": 834810687
        },
        {
            "start": 834810690,
            "stop": 834811021
        },
        {
            "start": 834811025,
            "stop": 834811031
        },
        {
            "start": 834811035,
            "stop": 834811513
        },
        {
            "start": 834812640,
            "stop": 834833048
        },
        {
            "start": 834836384,
            "stop": 834839893
        },
        {
            "start": 834841294,
            "stop": 834846542
        },
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834883028
        },
        {
            "start": 834883032,
            "stop": 834953233
        },
        {
            "start": 834955380,
            "stop": 834963548
        },
        {
            "start": 834964357,
            "stop": 834983667
        },
        {
            "start": 834983699,
            "stop": 834985758
        },
        {
            "start": 834995606,
            "stop": 835009384
        }
    ]
}