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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 204,
    "results": [
        {
            "start": 931668842,
            "stop": 931668847
        },
        {
            "start": 931668850,
            "stop": 931668853
        },
        {
            "start": 931668855,
            "stop": 931668859
        },
        {
            "start": 931668862,
            "stop": 931668864
        },
        {
            "start": 931668867,
            "stop": 931668877
        },
        {
            "start": 931668883,
            "stop": 931668888
        },
        {
            "start": 931668891,
            "stop": 931668902
        },
        {
            "start": 931668904,
            "stop": 931668905
        },
        {
            "start": 931668908,
            "stop": 931668913
        },
        {
            "start": 931668917,
            "stop": 931668919
        },
        {
            "start": 931668928,
            "stop": 931668931
        },
        {
            "start": 931668934,
            "stop": 931668937
        },
        {
            "start": 931668941,
            "stop": 931668944
        },
        {
            "start": 931668947,
            "stop": 931668957
        },
        {
            "start": 931668960,
            "stop": 931668984
        },
        {
            "start": 931668987,
            "stop": 931668989
        },
        {
            "start": 931668996,
            "stop": 931668997
        },
        {
            "start": 931669006,
            "stop": 931669020
        },
        {
            "start": 931669023,
            "stop": 931669031
        },
        {
            "start": 931669039,
            "stop": 931669045
        }
    ]
}