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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=372",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 373,
    "results": [
        {
            "start": 932110351,
            "stop": 932110363
        },
        {
            "start": 932110366,
            "stop": 932110378
        },
        {
            "start": 932110381,
            "stop": 932110393
        },
        {
            "start": 932110396,
            "stop": 932110513
        },
        {
            "start": 932110516,
            "stop": 932110619
        },
        {
            "start": 932110621,
            "stop": 932110648
        },
        {
            "start": 932110651,
            "stop": 932110664
        },
        {
            "start": 932110667,
            "stop": 932110678
        },
        {
            "start": 932110681,
            "stop": 932110693
        },
        {
            "start": 932110697,
            "stop": 932110709
        },
        {
            "start": 932110711,
            "stop": 932110724
        },
        {
            "start": 932110726,
            "stop": 932110753
        },
        {
            "start": 932110756,
            "stop": 932110769
        },
        {
            "start": 932110771,
            "stop": 932110783
        },
        {
            "start": 932110786,
            "stop": 932110799
        },
        {
            "start": 932110802,
            "stop": 932110813
        },
        {
            "start": 932110816,
            "stop": 932110828
        },
        {
            "start": 932110831,
            "stop": 932110843
        },
        {
            "start": 932110847,
            "stop": 932110858
        },
        {
            "start": 932110861,
            "stop": 932110873
        }
    ]
}