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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 165,
    "results": [
        {
            "start": 931598569,
            "stop": 931598572
        },
        {
            "start": 931598577,
            "stop": 931598578
        },
        {
            "start": 931598581,
            "stop": 931598586
        },
        {
            "start": 931598589,
            "stop": 931598601
        },
        {
            "start": 931598603,
            "stop": 931598608
        },
        {
            "start": 931598611,
            "stop": 931598612
        },
        {
            "start": 931598615,
            "stop": 931598617
        },
        {
            "start": 931598620,
            "stop": 931598645
        },
        {
            "start": 931598648,
            "stop": 931598656
        },
        {
            "start": 931598660,
            "stop": 931598669
        },
        {
            "start": 931598672,
            "stop": 931598692
        },
        {
            "start": 931598696,
            "stop": 931598713
        },
        {
            "start": 931598716,
            "stop": 931598729
        },
        {
            "start": 931598732,
            "stop": 931598756
        },
        {
            "start": 931598759,
            "stop": 931598760
        },
        {
            "start": 931598766,
            "stop": 931598769
        },
        {
            "start": 931598774,
            "stop": 931598775
        },
        {
            "start": 931598781,
            "stop": 931598792
        },
        {
            "start": 931598795,
            "stop": 931598800
        },
        {
            "start": 931598803,
            "stop": 931598817
        }
    ]
}