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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=145",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 146,
    "results": [
        {
            "start": 932801433,
            "stop": 932801479
        },
        {
            "start": 932801772,
            "stop": 932801797
        },
        {
            "start": 932801847,
            "stop": 932801857
        },
        {
            "start": 932801876,
            "stop": 932801908
        },
        {
            "start": 932801927,
            "stop": 932801929
        },
        {
            "start": 932801960,
            "stop": 932801961
        },
        {
            "start": 932801980,
            "stop": 932801983
        },
        {
            "start": 932802021,
            "stop": 932802040
        },
        {
            "start": 932802070,
            "stop": 932802806
        },
        {
            "start": 932802833,
            "stop": 932802842
        },
        {
            "start": 932802893,
            "stop": 932802903
        },
        {
            "start": 932802936,
            "stop": 932802948
        },
        {
            "start": 932803060,
            "stop": 932803064
        },
        {
            "start": 932803093,
            "stop": 932803101
        },
        {
            "start": 932803140,
            "stop": 932803156
        },
        {
            "start": 932803190,
            "stop": 932803208
        },
        {
            "start": 932803249,
            "stop": 932803277
        },
        {
            "start": 932803298,
            "stop": 932803315
        },
        {
            "start": 932803351,
            "stop": 932803360
        },
        {
            "start": 932803383,
            "stop": 932803384
        }
    ]
}