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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1199",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1200,
    "results": [
        {
            "start": 953485075,
            "stop": 953485089
        },
        {
            "start": 953487077,
            "stop": 953491526
        },
        {
            "start": 953492491,
            "stop": 953493240
        },
        {
            "start": 953496587,
            "stop": 953498482
        },
        {
            "start": 953498484,
            "stop": 953550339
        },
        {
            "start": 953550341,
            "stop": 953550342
        },
        {
            "start": 953557887,
            "stop": 953559518
        },
        {
            "start": 953559520,
            "stop": 953559711
        },
        {
            "start": 953559713,
            "stop": 953561452
        },
        {
            "start": 953565028,
            "stop": 953575082
        },
        {
            "start": 953575084,
            "stop": 953575273
        },
        {
            "start": 953575274,
            "stop": 953575290
        },
        {
            "start": 953575292,
            "stop": 953575320
        },
        {
            "start": 953575322,
            "stop": 953575325
        },
        {
            "start": 953575327,
            "stop": 953575351
        },
        {
            "start": 953576886,
            "stop": 953581754
        },
        {
            "start": 953582143,
            "stop": 953596066
        },
        {
            "start": 953596068,
            "stop": 953596174
        },
        {
            "start": 953596175,
            "stop": 953596261
        },
        {
            "start": 953596263,
            "stop": 953596355
        }
    ]
}