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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2129",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2130,
    "results": [
        {
            "start": 872193744,
            "stop": 872193801
        },
        {
            "start": 872193807,
            "stop": 872193869
        },
        {
            "start": 872193891,
            "stop": 872193935
        },
        {
            "start": 872193941,
            "stop": 872193945
        },
        {
            "start": 872193951,
            "stop": 872193956
        },
        {
            "start": 872196186,
            "stop": 872196223
        },
        {
            "start": 872196244,
            "stop": 872196702
        },
        {
            "start": 872196719,
            "stop": 872197488
        },
        {
            "start": 872197505,
            "stop": 872197783
        },
        {
            "start": 872197809,
            "stop": 872199008
        },
        {
            "start": 872199027,
            "stop": 872199184
        },
        {
            "start": 872199201,
            "stop": 872199341
        },
        {
            "start": 872199346,
            "stop": 872199381
        },
        {
            "start": 872199404,
            "stop": 872199493
        },
        {
            "start": 872199498,
            "stop": 872199508
        },
        {
            "start": 872199527,
            "stop": 872199712
        },
        {
            "start": 872199718,
            "stop": 872199802
        },
        {
            "start": 872199821,
            "stop": 872199843
        },
        {
            "start": 872199849,
            "stop": 872199982
        },
        {
            "start": 872199987,
            "stop": 872200087
        }
    ]
}