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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8898",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8899,
    "results": [
        {
            "start": 873301649,
            "stop": 873301658
        },
        {
            "start": 873301748,
            "stop": 873301752
        },
        {
            "start": 873301793,
            "stop": 873301799
        },
        {
            "start": 873301848,
            "stop": 873301896
        },
        {
            "start": 873301923,
            "stop": 873301933
        },
        {
            "start": 873312783,
            "stop": 873312966
        },
        {
            "start": 873312996,
            "stop": 873313929
        },
        {
            "start": 873313946,
            "stop": 873318953
        },
        {
            "start": 873318970,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873319430
        },
        {
            "start": 873319449,
            "stop": 873319863
        },
        {
            "start": 873319880,
            "stop": 873320820
        },
        {
            "start": 873321000,
            "stop": 873321120
        },
        {
            "start": 873323280,
            "stop": 873323321
        },
        {
            "start": 873323343,
            "stop": 873323409
        },
        {
            "start": 873323426,
            "stop": 873323592
        },
        {
            "start": 873323611,
            "stop": 873323748
        },
        {
            "start": 873323765,
            "stop": 873323963
        },
        {
            "start": 873324004,
            "stop": 873324300
        },
        {
            "start": 873324360,
            "stop": 873324623
        }
    ]
}