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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16611",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16612,
    "results": [
        {
            "start": 874750410,
            "stop": 874750437
        },
        {
            "start": 874750440,
            "stop": 874750448
        },
        {
            "start": 874750449,
            "stop": 874750452
        },
        {
            "start": 874750453,
            "stop": 874750454
        },
        {
            "start": 874750457,
            "stop": 874750458
        },
        {
            "start": 874750459,
            "stop": 874750558
        },
        {
            "start": 874750562,
            "stop": 874750563
        },
        {
            "start": 874750564,
            "stop": 874750656
        },
        {
            "start": 874750659,
            "stop": 874750941
        },
        {
            "start": 874750945,
            "stop": 874750964
        },
        {
            "start": 874750967,
            "stop": 874750981
        },
        {
            "start": 874750983,
            "stop": 874751097
        },
        {
            "start": 874751098,
            "stop": 874751377
        },
        {
            "start": 874751379,
            "stop": 874751389
        },
        {
            "start": 874751390,
            "stop": 874751404
        },
        {
            "start": 874751406,
            "stop": 874751522
        },
        {
            "start": 874751523,
            "stop": 874751621
        },
        {
            "start": 874751622,
            "stop": 874752180
        },
        {
            "start": 874752185,
            "stop": 874752265
        },
        {
            "start": 874752269,
            "stop": 874752275
        }
    ]
}