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=4592
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=4593",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4591",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4592,
    "results": [
        {
            "start": 969135098,
            "stop": 969135099
        },
        {
            "start": 969135102,
            "stop": 969135277
        },
        {
            "start": 969135280,
            "stop": 969135350
        },
        {
            "start": 969135353,
            "stop": 969135474
        },
        {
            "start": 969135477,
            "stop": 969135518
        },
        {
            "start": 969135578,
            "stop": 969135638
        },
        {
            "start": 969135818,
            "stop": 969135984
        },
        {
            "start": 969135987,
            "stop": 969136358
        },
        {
            "start": 969136418,
            "stop": 969136475
        },
        {
            "start": 969136480,
            "stop": 969136499
        },
        {
            "start": 969136503,
            "stop": 969136885
        },
        {
            "start": 969136888,
            "stop": 969136897
        },
        {
            "start": 969136958,
            "stop": 969136984
        },
        {
            "start": 969136987,
            "stop": 969137258
        },
        {
            "start": 969137318,
            "stop": 969137350
        },
        {
            "start": 969137353,
            "stop": 969137495
        },
        {
            "start": 969137498,
            "stop": 969137545
        },
        {
            "start": 969137548,
            "stop": 969137558
        },
        {
            "start": 969137678,
            "stop": 969137858
        },
        {
            "start": 969137918,
            "stop": 969138290
        }
    ]
}