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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=209",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 210,
    "results": [
        {
            "start": 821050396,
            "stop": 821050397
        },
        {
            "start": 821050442,
            "stop": 821050455
        },
        {
            "start": 821050483,
            "stop": 821050509
        },
        {
            "start": 821051514,
            "stop": 821051756
        },
        {
            "start": 821051764,
            "stop": 821051829
        },
        {
            "start": 821051837,
            "stop": 821051870
        },
        {
            "start": 821051878,
            "stop": 821051976
        },
        {
            "start": 821051993,
            "stop": 821052077
        },
        {
            "start": 821052085,
            "stop": 821052273
        },
        {
            "start": 821052282,
            "stop": 821052471
        },
        {
            "start": 821052486,
            "stop": 821052497
        },
        {
            "start": 821052512,
            "stop": 821052529
        },
        {
            "start": 821052545,
            "stop": 821052806
        },
        {
            "start": 821052813,
            "stop": 821053002
        },
        {
            "start": 821053040,
            "stop": 821053093
        },
        {
            "start": 821053141,
            "stop": 821053142
        },
        {
            "start": 821056194,
            "stop": 821056350
        },
        {
            "start": 821056590,
            "stop": 821058296
        },
        {
            "start": 821058304,
            "stop": 821066891
        },
        {
            "start": 821066998,
            "stop": 821089169
        }
    ]
}