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=790
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=791",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=789",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 790,
    "results": [
        {
            "start": 957578660,
            "stop": 957578728
        },
        {
            "start": 957582609,
            "stop": 957583221
        },
        {
            "start": 957583227,
            "stop": 957584954
        },
        {
            "start": 957584959,
            "stop": 957585042
        },
        {
            "start": 957585048,
            "stop": 957585853
        },
        {
            "start": 957585859,
            "stop": 957586416
        },
        {
            "start": 957586421,
            "stop": 957587341
        },
        {
            "start": 957587347,
            "stop": 957587552
        },
        {
            "start": 957587558,
            "stop": 957588360
        },
        {
            "start": 957588366,
            "stop": 957588500
        },
        {
            "start": 957588505,
            "stop": 957588584
        },
        {
            "start": 957588590,
            "stop": 957589204
        },
        {
            "start": 957589210,
            "stop": 957589347
        },
        {
            "start": 957589359,
            "stop": 957589552
        },
        {
            "start": 957589558,
            "stop": 957590312
        },
        {
            "start": 957590318,
            "stop": 957590656
        },
        {
            "start": 957590662,
            "stop": 957590821
        },
        {
            "start": 957590827,
            "stop": 957590854
        },
        {
            "start": 957590860,
            "stop": 957590991
        },
        {
            "start": 957590997,
            "stop": 957591377
        }
    ]
}