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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15923",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15921",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15922,
    "results": [
        {
            "start": 971398699,
            "stop": 971398715
        },
        {
            "start": 971398718,
            "stop": 971398722
        },
        {
            "start": 971398723,
            "stop": 971398724
        },
        {
            "start": 971398726,
            "stop": 971398727
        },
        {
            "start": 971398730,
            "stop": 971398731
        },
        {
            "start": 971398732,
            "stop": 971398756
        },
        {
            "start": 971398758,
            "stop": 971398761
        },
        {
            "start": 971398762,
            "stop": 971398767
        },
        {
            "start": 971398769,
            "stop": 971398784
        },
        {
            "start": 971398786,
            "stop": 971398787
        },
        {
            "start": 971398788,
            "stop": 971398791
        },
        {
            "start": 971398793,
            "stop": 971398800
        },
        {
            "start": 971398802,
            "stop": 971398806
        },
        {
            "start": 971398807,
            "stop": 971398810
        },
        {
            "start": 971398811,
            "stop": 971398839
        },
        {
            "start": 971398840,
            "stop": 971398843
        },
        {
            "start": 971398844,
            "stop": 971398857
        },
        {
            "start": 971398858,
            "stop": 971398861
        },
        {
            "start": 971398864,
            "stop": 971398865
        },
        {
            "start": 971398866,
            "stop": 971398867
        }
    ]
}