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=4636
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=4637",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4635",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4636,
    "results": [
        {
            "start": 969475958,
            "stop": 969476018
        },
        {
            "start": 969476138,
            "stop": 969476146
        },
        {
            "start": 969476149,
            "stop": 969476258
        },
        {
            "start": 969476318,
            "stop": 969476327
        },
        {
            "start": 969476330,
            "stop": 969476498
        },
        {
            "start": 969476678,
            "stop": 969476731
        },
        {
            "start": 969476734,
            "stop": 969476746
        },
        {
            "start": 969476749,
            "stop": 969476978
        },
        {
            "start": 969477038,
            "stop": 969477878
        },
        {
            "start": 969477998,
            "stop": 969478478
        },
        {
            "start": 969478538,
            "stop": 969478567
        },
        {
            "start": 969478570,
            "stop": 969478658
        },
        {
            "start": 969478838,
            "stop": 969478984
        },
        {
            "start": 969478987,
            "stop": 969479078
        },
        {
            "start": 969479198,
            "stop": 969479427
        },
        {
            "start": 969479430,
            "stop": 969479498
        },
        {
            "start": 969479501,
            "stop": 969479558
        },
        {
            "start": 969479798,
            "stop": 969480016
        },
        {
            "start": 969480019,
            "stop": 969480038
        },
        {
            "start": 969480458,
            "stop": 969480518
        }
    ]
}