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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 239,
    "results": [
        {
            "start": 931676295,
            "stop": 931676301
        },
        {
            "start": 931676303,
            "stop": 931676304
        },
        {
            "start": 931676307,
            "stop": 931676315
        },
        {
            "start": 931676318,
            "stop": 931676322
        },
        {
            "start": 931676327,
            "stop": 931676328
        },
        {
            "start": 931676333,
            "stop": 931676335
        },
        {
            "start": 931676338,
            "stop": 931676349
        },
        {
            "start": 931676352,
            "stop": 931676355
        },
        {
            "start": 931676360,
            "stop": 931676362
        },
        {
            "start": 931676367,
            "stop": 931676373
        },
        {
            "start": 931676380,
            "stop": 931676381
        },
        {
            "start": 931676383,
            "stop": 931676385
        },
        {
            "start": 931676393,
            "stop": 931676398
        },
        {
            "start": 931676406,
            "stop": 931676413
        },
        {
            "start": 931676416,
            "stop": 931676418
        },
        {
            "start": 931676420,
            "stop": 931676421
        },
        {
            "start": 931676424,
            "stop": 931676454
        },
        {
            "start": 931676457,
            "stop": 931676461
        },
        {
            "start": 931676467,
            "stop": 931676474
        },
        {
            "start": 931676477,
            "stop": 931676478
        }
    ]
}