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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14383",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14384,
    "results": [
        {
            "start": 971410371,
            "stop": 971410372
        },
        {
            "start": 971410373,
            "stop": 971410376
        },
        {
            "start": 971410380,
            "stop": 971410388
        },
        {
            "start": 971410389,
            "stop": 971410390
        },
        {
            "start": 971410391,
            "stop": 971410397
        },
        {
            "start": 971410408,
            "stop": 971410413
        },
        {
            "start": 971410415,
            "stop": 971410417
        },
        {
            "start": 971410421,
            "stop": 971410423
        },
        {
            "start": 971410427,
            "stop": 971410428
        },
        {
            "start": 971410429,
            "stop": 971410431
        },
        {
            "start": 971410432,
            "stop": 971410433
        },
        {
            "start": 971410434,
            "stop": 971410435
        },
        {
            "start": 971410436,
            "stop": 971410439
        },
        {
            "start": 971410440,
            "stop": 971410444
        },
        {
            "start": 971410446,
            "stop": 971410449
        },
        {
            "start": 971410451,
            "stop": 971410452
        },
        {
            "start": 971410454,
            "stop": 971410458
        },
        {
            "start": 971410461,
            "stop": 971410462
        },
        {
            "start": 971410463,
            "stop": 971410464
        },
        {
            "start": 971410465,
            "stop": 971410466
        }
    ]
}