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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29311",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29312,
    "results": [
        {
            "start": 971189362,
            "stop": 971189493
        },
        {
            "start": 971189495,
            "stop": 971189794
        },
        {
            "start": 971189797,
            "stop": 971190137
        },
        {
            "start": 971190138,
            "stop": 971190163
        },
        {
            "start": 971190164,
            "stop": 971190363
        },
        {
            "start": 971190368,
            "stop": 971190449
        },
        {
            "start": 971190452,
            "stop": 971190470
        },
        {
            "start": 971190472,
            "stop": 971190479
        },
        {
            "start": 971190481,
            "stop": 971190482
        },
        {
            "start": 971190485,
            "stop": 971190509
        },
        {
            "start": 971190511,
            "stop": 971190516
        },
        {
            "start": 971190518,
            "stop": 971190535
        },
        {
            "start": 971190536,
            "stop": 971190537
        },
        {
            "start": 971190540,
            "stop": 971190544
        },
        {
            "start": 971190545,
            "stop": 971190687
        },
        {
            "start": 971190689,
            "stop": 971190694
        },
        {
            "start": 971190696,
            "stop": 971190698
        },
        {
            "start": 971194285,
            "stop": 971194373
        },
        {
            "start": 971194374,
            "stop": 971194575
        },
        {
            "start": 971194578,
            "stop": 971194925
        }
    ]
}