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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=186",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 187,
    "results": [
        {
            "start": 840841519,
            "stop": 840851519
        },
        {
            "start": 840851724,
            "stop": 840858506
        },
        {
            "start": 840858618,
            "stop": 840868873
        },
        {
            "start": 840868881,
            "stop": 840868883
        },
        {
            "start": 840869545,
            "stop": 840884053
        },
        {
            "start": 840885364,
            "stop": 840885853
        },
        {
            "start": 840887857,
            "stop": 840887879
        },
        {
            "start": 840922523,
            "stop": 840926473
        },
        {
            "start": 840926497,
            "stop": 840926498
        },
        {
            "start": 840926567,
            "stop": 840928020
        },
        {
            "start": 840928791,
            "stop": 840945622
        },
        {
            "start": 840945698,
            "stop": 840956653
        },
        {
            "start": 840956667,
            "stop": 840956669
        },
        {
            "start": 840957555,
            "stop": 840965533
        },
        {
            "start": 840965561,
            "stop": 840965562
        },
        {
            "start": 840965776,
            "stop": 840966733
        },
        {
            "start": 840966743,
            "stop": 840966744
        },
        {
            "start": 840967213,
            "stop": 840968533
        },
        {
            "start": 840968562,
            "stop": 840968563
        },
        {
            "start": 840969501,
            "stop": 840971593
        }
    ]
}