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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29366",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29364",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29365,
    "results": [
        {
            "start": 971258881,
            "stop": 971258890
        },
        {
            "start": 971258892,
            "stop": 971258918
        },
        {
            "start": 971258924,
            "stop": 971258927
        },
        {
            "start": 971258928,
            "stop": 971258929
        },
        {
            "start": 971258930,
            "stop": 971258935
        },
        {
            "start": 971258937,
            "stop": 971258940
        },
        {
            "start": 971258943,
            "stop": 971258944
        },
        {
            "start": 971260714,
            "stop": 971260730
        },
        {
            "start": 971260734,
            "stop": 971260791
        },
        {
            "start": 971260794,
            "stop": 971260892
        },
        {
            "start": 971260893,
            "stop": 971260906
        },
        {
            "start": 971260909,
            "stop": 971260919
        },
        {
            "start": 971260921,
            "stop": 971260930
        },
        {
            "start": 971260932,
            "stop": 971261013
        },
        {
            "start": 971261017,
            "stop": 971261025
        },
        {
            "start": 971261027,
            "stop": 971261044
        },
        {
            "start": 971261046,
            "stop": 971261051
        },
        {
            "start": 971261053,
            "stop": 971261090
        },
        {
            "start": 971261093,
            "stop": 971261095
        },
        {
            "start": 971261096,
            "stop": 971261129
        }
    ]
}