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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=268",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 269,
    "results": [
        {
            "start": 852077674,
            "stop": 852102186
        },
        {
            "start": 852102335,
            "stop": 852102793
        },
        {
            "start": 852102818,
            "stop": 852102819
        },
        {
            "start": 852103634,
            "stop": 852134593
        },
        {
            "start": 852134623,
            "stop": 852134624
        },
        {
            "start": 852135013,
            "stop": 852156193
        },
        {
            "start": 852156200,
            "stop": 852156201
        },
        {
            "start": 852156466,
            "stop": 852190600
        },
        {
            "start": 852191749,
            "stop": 852213193
        },
        {
            "start": 852213574,
            "stop": 852213853
        },
        {
            "start": 852213899,
            "stop": 852213900
        },
        {
            "start": 852214333,
            "stop": 852216129
        },
        {
            "start": 852216291,
            "stop": 852216301
        },
        {
            "start": 852216493,
            "stop": 852216899
        },
        {
            "start": 852236312,
            "stop": 852255673
        },
        {
            "start": 852255709,
            "stop": 852255710
        },
        {
            "start": 852256028,
            "stop": 852256036
        },
        {
            "start": 852256448,
            "stop": 852259746
        },
        {
            "start": 852260323,
            "stop": 852292927
        },
        {
            "start": 852309132,
            "stop": 852310513
        }
    ]
}