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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4791",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4789",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4790,
    "results": [
        {
            "start": 970657378,
            "stop": 970657414
        },
        {
            "start": 970657418,
            "stop": 970658190
        },
        {
            "start": 970658193,
            "stop": 970658269
        },
        {
            "start": 970658274,
            "stop": 970658634
        },
        {
            "start": 970658637,
            "stop": 970658825
        },
        {
            "start": 970658828,
            "stop": 970659309
        },
        {
            "start": 970659312,
            "stop": 970659559
        },
        {
            "start": 970659562,
            "stop": 970660460
        },
        {
            "start": 970660463,
            "stop": 970660467
        },
        {
            "start": 970660470,
            "stop": 970660493
        },
        {
            "start": 970660496,
            "stop": 970660660
        },
        {
            "start": 970660663,
            "stop": 970660975
        },
        {
            "start": 970660978,
            "stop": 970661131
        },
        {
            "start": 970661134,
            "stop": 970661327
        },
        {
            "start": 970661330,
            "stop": 970661866
        },
        {
            "start": 970661869,
            "stop": 970662080
        },
        {
            "start": 970662083,
            "stop": 970662272
        },
        {
            "start": 970662289,
            "stop": 970662383
        },
        {
            "start": 970662386,
            "stop": 970662417
        },
        {
            "start": 970662420,
            "stop": 970662658
        }
    ]
}