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=1791
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=1792",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1790",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1791,
    "results": [
        {
            "start": 959604894,
            "stop": 959604910
        },
        {
            "start": 959604913,
            "stop": 959605092
        },
        {
            "start": 959605094,
            "stop": 959605179
        },
        {
            "start": 959605181,
            "stop": 959605589
        },
        {
            "start": 959605592,
            "stop": 959605744
        },
        {
            "start": 959605746,
            "stop": 959605749
        },
        {
            "start": 959605751,
            "stop": 959605756
        },
        {
            "start": 959605757,
            "stop": 959605814
        },
        {
            "start": 959605817,
            "stop": 959605827
        },
        {
            "start": 959605832,
            "stop": 959605857
        },
        {
            "start": 959605859,
            "stop": 959605927
        },
        {
            "start": 959606693,
            "stop": 959608369
        },
        {
            "start": 959608371,
            "stop": 959608420
        },
        {
            "start": 959611281,
            "stop": 959611975
        },
        {
            "start": 959612795,
            "stop": 959614207
        },
        {
            "start": 959614209,
            "stop": 959617219
        },
        {
            "start": 959617221,
            "stop": 959617337
        },
        {
            "start": 959617341,
            "stop": 959618096
        },
        {
            "start": 959618099,
            "stop": 959618378
        },
        {
            "start": 959618380,
            "stop": 959618712
        }
    ]
}