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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 199,
    "results": [
        {
            "start": 931663361,
            "stop": 931663365
        },
        {
            "start": 931663368,
            "stop": 931663370
        },
        {
            "start": 931663375,
            "stop": 931663376
        },
        {
            "start": 931663379,
            "stop": 931663386
        },
        {
            "start": 931665056,
            "stop": 931665057
        },
        {
            "start": 931665065,
            "stop": 931665068
        },
        {
            "start": 931665073,
            "stop": 931665076
        },
        {
            "start": 931665078,
            "stop": 931665079
        },
        {
            "start": 931665083,
            "stop": 931665086
        },
        {
            "start": 931665090,
            "stop": 931665093
        },
        {
            "start": 931665097,
            "stop": 931665103
        },
        {
            "start": 931665106,
            "stop": 931665111
        },
        {
            "start": 931665114,
            "stop": 931665116
        },
        {
            "start": 931665119,
            "stop": 931665130
        },
        {
            "start": 931665134,
            "stop": 931665136
        },
        {
            "start": 931665139,
            "stop": 931665142
        },
        {
            "start": 931665147,
            "stop": 931665155
        },
        {
            "start": 931665158,
            "stop": 931665160
        },
        {
            "start": 931665163,
            "stop": 931665166
        },
        {
            "start": 931665169,
            "stop": 931665176
        }
    ]
}