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=29288
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=29289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29287",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29288,
    "results": [
        {
            "start": 971179592,
            "stop": 971179596
        },
        {
            "start": 971179599,
            "stop": 971179600
        },
        {
            "start": 971179602,
            "stop": 971179603
        },
        {
            "start": 971179604,
            "stop": 971179612
        },
        {
            "start": 971179618,
            "stop": 971179625
        },
        {
            "start": 971179629,
            "stop": 971179631
        },
        {
            "start": 971179632,
            "stop": 971179635
        },
        {
            "start": 971179639,
            "stop": 971179642
        },
        {
            "start": 971179644,
            "stop": 971179647
        },
        {
            "start": 971179649,
            "stop": 971179650
        },
        {
            "start": 971179651,
            "stop": 971179652
        },
        {
            "start": 971179656,
            "stop": 971179660
        },
        {
            "start": 971179665,
            "stop": 971179673
        },
        {
            "start": 971179674,
            "stop": 971179683
        },
        {
            "start": 971179684,
            "stop": 971179686
        },
        {
            "start": 971179688,
            "stop": 971179689
        },
        {
            "start": 971179691,
            "stop": 971179692
        },
        {
            "start": 971179693,
            "stop": 971179700
        },
        {
            "start": 971179701,
            "stop": 971179705
        },
        {
            "start": 971179708,
            "stop": 971179710
        }
    ]
}