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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4795",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4793",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4794,
    "results": [
        {
            "start": 970679344,
            "stop": 970679352
        },
        {
            "start": 970679355,
            "stop": 970679420
        },
        {
            "start": 970679425,
            "stop": 970679435
        },
        {
            "start": 970679438,
            "stop": 970679460
        },
        {
            "start": 970679463,
            "stop": 970679568
        },
        {
            "start": 970679571,
            "stop": 970679618
        },
        {
            "start": 970679621,
            "stop": 970679686
        },
        {
            "start": 970679689,
            "stop": 970679775
        },
        {
            "start": 970679778,
            "stop": 970679782
        },
        {
            "start": 970679785,
            "stop": 970679852
        },
        {
            "start": 970679873,
            "stop": 970680065
        },
        {
            "start": 970680068,
            "stop": 970680140
        },
        {
            "start": 970680143,
            "stop": 970680485
        },
        {
            "start": 970680490,
            "stop": 970680572
        },
        {
            "start": 970680575,
            "stop": 970680609
        },
        {
            "start": 970680612,
            "stop": 970680673
        },
        {
            "start": 970680676,
            "stop": 970680689
        },
        {
            "start": 970680692,
            "stop": 970681053
        },
        {
            "start": 970681056,
            "stop": 970681150
        },
        {
            "start": 970681153,
            "stop": 970681284
        }
    ]
}