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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=362",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 363,
    "results": [
        {
            "start": 932038569,
            "stop": 932038570
        },
        {
            "start": 932038572,
            "stop": 932038583
        },
        {
            "start": 932038590,
            "stop": 932038591
        },
        {
            "start": 932041014,
            "stop": 932041389
        },
        {
            "start": 932041392,
            "stop": 932046770
        },
        {
            "start": 932046773,
            "stop": 932054951
        },
        {
            "start": 932055251,
            "stop": 932058864
        },
        {
            "start": 932058865,
            "stop": 932059394
        },
        {
            "start": 932059399,
            "stop": 932059800
        },
        {
            "start": 932059803,
            "stop": 932059909
        },
        {
            "start": 932059916,
            "stop": 932059930
        },
        {
            "start": 932059939,
            "stop": 932059942
        },
        {
            "start": 932059949,
            "stop": 932059956
        },
        {
            "start": 932059963,
            "stop": 932059970
        },
        {
            "start": 932059976,
            "stop": 932059984
        },
        {
            "start": 932059987,
            "stop": 932059992
        },
        {
            "start": 932059996,
            "stop": 932059997
        },
        {
            "start": 932059999,
            "stop": 932060011
        },
        {
            "start": 932060018,
            "stop": 932060020
        },
        {
            "start": 932060027,
            "stop": 932060035
        }
    ]
}