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=5179
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=5180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5178",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5179,
    "results": [
        {
            "start": 969794895,
            "stop": 969794965
        },
        {
            "start": 969794968,
            "stop": 969795734
        },
        {
            "start": 969795737,
            "stop": 969795872
        },
        {
            "start": 969795875,
            "stop": 969795931
        },
        {
            "start": 969795934,
            "stop": 969796186
        },
        {
            "start": 969796191,
            "stop": 969796480
        },
        {
            "start": 969796483,
            "stop": 969796509
        },
        {
            "start": 969796512,
            "stop": 969796555
        },
        {
            "start": 969796558,
            "stop": 969796663
        },
        {
            "start": 969796666,
            "stop": 969796798
        },
        {
            "start": 969796801,
            "stop": 969797160
        },
        {
            "start": 969797163,
            "stop": 969797173
        },
        {
            "start": 969797176,
            "stop": 969797396
        },
        {
            "start": 969797399,
            "stop": 969797426
        },
        {
            "start": 969797429,
            "stop": 969797496
        },
        {
            "start": 969797499,
            "stop": 969797519
        },
        {
            "start": 969797522,
            "stop": 969797556
        },
        {
            "start": 969797559,
            "stop": 969797756
        },
        {
            "start": 969797759,
            "stop": 969797889
        },
        {
            "start": 969797892,
            "stop": 969797939
        }
    ]
}