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=1566
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=1567",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1565",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1566,
    "results": [
        {
            "start": 952420778,
            "stop": 952420865
        },
        {
            "start": 952420867,
            "stop": 952421765
        },
        {
            "start": 952421767,
            "stop": 952421995
        },
        {
            "start": 952422000,
            "stop": 952422001
        },
        {
            "start": 952422004,
            "stop": 952422008
        },
        {
            "start": 952422012,
            "stop": 952422046
        },
        {
            "start": 952422049,
            "stop": 952422085
        },
        {
            "start": 952422088,
            "stop": 952422143
        },
        {
            "start": 952422146,
            "stop": 952422196
        },
        {
            "start": 952422199,
            "stop": 952422253
        },
        {
            "start": 952422259,
            "stop": 952422340
        },
        {
            "start": 952423156,
            "stop": 952423292
        },
        {
            "start": 952423336,
            "stop": 952423337
        },
        {
            "start": 952423338,
            "stop": 952423350
        },
        {
            "start": 952423354,
            "stop": 952426955
        },
        {
            "start": 952426965,
            "stop": 952427735
        },
        {
            "start": 952427745,
            "stop": 952428180
        },
        {
            "start": 952428184,
            "stop": 952428245
        },
        {
            "start": 952428247,
            "stop": 952428291
        },
        {
            "start": 952428294,
            "stop": 952428428
        }
    ]
}