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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=300",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 301,
    "results": [
        {
            "start": 931770344,
            "stop": 931770348
        },
        {
            "start": 931770351,
            "stop": 931770353
        },
        {
            "start": 931770356,
            "stop": 931770357
        },
        {
            "start": 931770361,
            "stop": 931770373
        },
        {
            "start": 931770376,
            "stop": 931770384
        },
        {
            "start": 931770400,
            "stop": 931770403
        },
        {
            "start": 931770406,
            "stop": 931770420
        },
        {
            "start": 931770423,
            "stop": 931770425
        },
        {
            "start": 931770428,
            "stop": 931770429
        },
        {
            "start": 931770432,
            "stop": 931770445
        },
        {
            "start": 931770453,
            "stop": 931770463
        },
        {
            "start": 931770466,
            "stop": 931770496
        },
        {
            "start": 931770499,
            "stop": 931770500
        },
        {
            "start": 931770503,
            "stop": 931770509
        },
        {
            "start": 931770512,
            "stop": 931770515
        },
        {
            "start": 931770517,
            "stop": 931770524
        },
        {
            "start": 931770527,
            "stop": 931770530
        },
        {
            "start": 931770533,
            "stop": 931770536
        },
        {
            "start": 931770539,
            "stop": 931770547
        },
        {
            "start": 931770550,
            "stop": 931770552
        }
    ]
}