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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1751",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1749",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1750,
    "results": [
        {
            "start": 958717344,
            "stop": 958718795
        },
        {
            "start": 958718797,
            "stop": 958719626
        },
        {
            "start": 958719628,
            "stop": 958721392
        },
        {
            "start": 958721393,
            "stop": 958721892
        },
        {
            "start": 958721894,
            "stop": 958722295
        },
        {
            "start": 958722297,
            "stop": 958723072
        },
        {
            "start": 958723077,
            "stop": 958723080
        },
        {
            "start": 958723082,
            "stop": 958723420
        },
        {
            "start": 958723422,
            "stop": 958723688
        },
        {
            "start": 958723690,
            "stop": 958724461
        },
        {
            "start": 958724464,
            "stop": 958725198
        },
        {
            "start": 958725200,
            "stop": 958725203
        },
        {
            "start": 958725205,
            "stop": 958725294
        },
        {
            "start": 958725296,
            "stop": 958725399
        },
        {
            "start": 958725402,
            "stop": 958725404
        },
        {
            "start": 958725406,
            "stop": 958725478
        },
        {
            "start": 958725489,
            "stop": 958725503
        },
        {
            "start": 958725505,
            "stop": 958725541
        },
        {
            "start": 958725543,
            "stop": 958725613
        },
        {
            "start": 958725615,
            "stop": 958725616
        }
    ]
}