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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=815",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=813",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 814,
    "results": [
        {
            "start": 958446832,
            "stop": 958447205
        },
        {
            "start": 958454001,
            "stop": 958457937
        },
        {
            "start": 958458699,
            "stop": 958461648
        },
        {
            "start": 958461654,
            "stop": 958471588
        },
        {
            "start": 958471594,
            "stop": 958471932
        },
        {
            "start": 958471944,
            "stop": 958472014
        },
        {
            "start": 958472020,
            "stop": 958472083
        },
        {
            "start": 958472089,
            "stop": 958472288
        },
        {
            "start": 958472294,
            "stop": 958472339
        },
        {
            "start": 958472345,
            "stop": 958472367
        },
        {
            "start": 958472374,
            "stop": 958472464
        },
        {
            "start": 958472473,
            "stop": 958473593
        },
        {
            "start": 958473599,
            "stop": 958474823
        },
        {
            "start": 958474829,
            "stop": 958475368
        },
        {
            "start": 958475374,
            "stop": 958476061
        },
        {
            "start": 958476067,
            "stop": 958476704
        },
        {
            "start": 958476710,
            "stop": 958477454
        },
        {
            "start": 958477459,
            "stop": 958477622
        },
        {
            "start": 958477628,
            "stop": 958478215
        },
        {
            "start": 958478221,
            "stop": 958478271
        }
    ]
}