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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10159",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10160,
    "results": [
        {
            "start": 873765455,
            "stop": 873765574
        },
        {
            "start": 873765591,
            "stop": 873765632
        },
        {
            "start": 873765677,
            "stop": 873765688
        },
        {
            "start": 873765724,
            "stop": 873765893
        },
        {
            "start": 873765900,
            "stop": 873765982
        },
        {
            "start": 873765989,
            "stop": 873766538
        },
        {
            "start": 873766545,
            "stop": 873767127
        },
        {
            "start": 873767144,
            "stop": 873767283
        },
        {
            "start": 873767319,
            "stop": 873767638
        },
        {
            "start": 873767683,
            "stop": 873768605
        },
        {
            "start": 873768612,
            "stop": 873768709
        },
        {
            "start": 873768716,
            "stop": 873768775
        },
        {
            "start": 873768783,
            "stop": 873768850
        },
        {
            "start": 873768887,
            "stop": 873769620
        },
        {
            "start": 873769812,
            "stop": 873769920
        },
        {
            "start": 873769980,
            "stop": 873770150
        },
        {
            "start": 873770158,
            "stop": 873770388
        },
        {
            "start": 873770642,
            "stop": 873770849
        },
        {
            "start": 873770857,
            "stop": 873770869
        },
        {
            "start": 873770905,
            "stop": 873771001
        }
    ]
}