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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 147,
    "results": [
        {
            "start": 931594389,
            "stop": 931594394
        },
        {
            "start": 931594397,
            "stop": 931594407
        },
        {
            "start": 931594419,
            "stop": 931594420
        },
        {
            "start": 931594425,
            "stop": 931594436
        },
        {
            "start": 931594439,
            "stop": 931594453
        },
        {
            "start": 931594458,
            "stop": 931594466
        },
        {
            "start": 931594469,
            "stop": 931594474
        },
        {
            "start": 931594477,
            "stop": 931594478
        },
        {
            "start": 931594481,
            "stop": 931594485
        },
        {
            "start": 931594491,
            "stop": 931594502
        },
        {
            "start": 931594506,
            "stop": 931594512
        },
        {
            "start": 931594515,
            "stop": 931594529
        },
        {
            "start": 931594532,
            "stop": 931594534
        },
        {
            "start": 931594537,
            "stop": 931594538
        },
        {
            "start": 931594541,
            "stop": 931594544
        },
        {
            "start": 931594547,
            "stop": 931594561
        },
        {
            "start": 931594563,
            "stop": 931594568
        },
        {
            "start": 931594571,
            "stop": 931594583
        },
        {
            "start": 931594586,
            "stop": 931594604
        },
        {
            "start": 931594607,
            "stop": 931594619
        }
    ]
}