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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5205",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5206,
    "results": [
        {
            "start": 969957235,
            "stop": 969957284
        },
        {
            "start": 969957287,
            "stop": 969957315
        },
        {
            "start": 969957318,
            "stop": 969957468
        },
        {
            "start": 969957471,
            "stop": 969957751
        },
        {
            "start": 969957768,
            "stop": 969958052
        },
        {
            "start": 969958055,
            "stop": 969958162
        },
        {
            "start": 969958165,
            "stop": 969958365
        },
        {
            "start": 969958368,
            "stop": 969958382
        },
        {
            "start": 969958385,
            "stop": 969958473
        },
        {
            "start": 969959187,
            "stop": 969959270
        },
        {
            "start": 969960008,
            "stop": 969960043
        },
        {
            "start": 969960046,
            "stop": 969960080
        },
        {
            "start": 969960083,
            "stop": 969960473
        },
        {
            "start": 969962334,
            "stop": 969962386
        },
        {
            "start": 969963994,
            "stop": 969964136
        },
        {
            "start": 969964139,
            "stop": 969964205
        },
        {
            "start": 969964208,
            "stop": 969964310
        },
        {
            "start": 969965152,
            "stop": 969965276
        },
        {
            "start": 969965279,
            "stop": 969965346
        },
        {
            "start": 969965349,
            "stop": 969965357
        }
    ]
}