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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=257",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 258,
    "results": [
        {
            "start": 850376789,
            "stop": 850376790
        },
        {
            "start": 850376842,
            "stop": 850379206
        },
        {
            "start": 850380913,
            "stop": 850382171
        },
        {
            "start": 850382288,
            "stop": 850398368
        },
        {
            "start": 850406205,
            "stop": 850424674
        },
        {
            "start": 850424725,
            "stop": 850424782
        },
        {
            "start": 850424846,
            "stop": 850425553
        },
        {
            "start": 850425562,
            "stop": 850425563
        },
        {
            "start": 850426040,
            "stop": 850433033
        },
        {
            "start": 850433046,
            "stop": 850433653
        },
        {
            "start": 850433685,
            "stop": 850433686
        },
        {
            "start": 850433823,
            "stop": 850452913
        },
        {
            "start": 850452946,
            "stop": 850452947
        },
        {
            "start": 850453535,
            "stop": 850453689
        },
        {
            "start": 850453768,
            "stop": 850458673
        },
        {
            "start": 850458684,
            "stop": 850458686
        },
        {
            "start": 850458853,
            "stop": 850462453
        },
        {
            "start": 850462458,
            "stop": 850462459
        },
        {
            "start": 850463689,
            "stop": 850482313
        },
        {
            "start": 850483263,
            "stop": 850484287
        }
    ]
}