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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=147",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 148,
    "results": [
        {
            "start": 1264336177,
            "stop": 1264336181
        },
        {
            "start": 1264336185,
            "stop": 1264336186
        },
        {
            "start": 1264336189,
            "stop": 1264336278
        },
        {
            "start": 1264336279,
            "stop": 1264336282
        },
        {
            "start": 1264336283,
            "stop": 1264336442
        },
        {
            "start": 1264336443,
            "stop": 1264336445
        },
        {
            "start": 1264336446,
            "stop": 1264336448
        },
        {
            "start": 1264336451,
            "stop": 1264336452
        },
        {
            "start": 1264336453,
            "stop": 1264336454
        },
        {
            "start": 1264336455,
            "stop": 1264336464
        },
        {
            "start": 1264336466,
            "stop": 1264336467
        },
        {
            "start": 1264336468,
            "stop": 1264336472
        },
        {
            "start": 1264336474,
            "stop": 1264336478
        },
        {
            "start": 1264336481,
            "stop": 1264336482
        },
        {
            "start": 1264336483,
            "stop": 1264336533
        },
        {
            "start": 1264336534,
            "stop": 1264336537
        },
        {
            "start": 1264336539,
            "stop": 1264336541
        },
        {
            "start": 1264336543,
            "stop": 1264336545
        },
        {
            "start": 1264336550,
            "stop": 1264336777
        },
        {
            "start": 1264336781,
            "stop": 1264336786
        }
    ]
}