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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=287",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 288,
    "results": [
        {
            "start": 931533869,
            "stop": 931533870
        },
        {
            "start": 931533872,
            "stop": 931533873
        },
        {
            "start": 931533876,
            "stop": 931533888
        },
        {
            "start": 931533889,
            "stop": 931533910
        },
        {
            "start": 931533913,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931533988
        },
        {
            "start": 931533990,
            "stop": 931533992
        },
        {
            "start": 931533994,
            "stop": 931533999
        },
        {
            "start": 931534003,
            "stop": 931534018
        },
        {
            "start": 931534021,
            "stop": 931534036
        },
        {
            "start": 931534038,
            "stop": 931534066
        },
        {
            "start": 931534068,
            "stop": 931534070
        },
        {
            "start": 931534072,
            "stop": 931534091
        },
        {
            "start": 931534093,
            "stop": 931534096
        },
        {
            "start": 931534099,
            "stop": 931534119
        },
        {
            "start": 931534120,
            "stop": 931534124
        },
        {
            "start": 931534127,
            "stop": 931534134
        },
        {
            "start": 931534136,
            "stop": 931534139
        },
        {
            "start": 931534141,
            "stop": 931534144
        },
        {
            "start": 931534146,
            "stop": 931534156
        }
    ]
}