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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=298",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 299,
    "results": [
        {
            "start": 931769974,
            "stop": 931769979
        },
        {
            "start": 931769984,
            "stop": 931769989
        },
        {
            "start": 931769994,
            "stop": 931769995
        },
        {
            "start": 931769998,
            "stop": 931770004
        },
        {
            "start": 931770007,
            "stop": 931770010
        },
        {
            "start": 931770013,
            "stop": 931770022
        },
        {
            "start": 931770027,
            "stop": 931770028
        },
        {
            "start": 931770044,
            "stop": 931770046
        },
        {
            "start": 931770050,
            "stop": 931770057
        },
        {
            "start": 931770060,
            "stop": 931770061
        },
        {
            "start": 931770064,
            "stop": 931770068
        },
        {
            "start": 931770076,
            "stop": 931770082
        },
        {
            "start": 931770087,
            "stop": 931770089
        },
        {
            "start": 931770095,
            "stop": 931770097
        },
        {
            "start": 931770110,
            "stop": 931770111
        },
        {
            "start": 931770117,
            "stop": 931770119
        },
        {
            "start": 931770122,
            "stop": 931770130
        },
        {
            "start": 931770136,
            "stop": 931770137
        },
        {
            "start": 931770142,
            "stop": 931770143
        },
        {
            "start": 931770148,
            "stop": 931770150
        }
    ]
}