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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3416",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3414",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3415,
    "results": [
        {
            "start": 969647107,
            "stop": 969647116
        },
        {
            "start": 969647119,
            "stop": 969647139
        },
        {
            "start": 969647160,
            "stop": 969647166
        },
        {
            "start": 969647170,
            "stop": 969647252
        },
        {
            "start": 969647273,
            "stop": 969647707
        },
        {
            "start": 969647710,
            "stop": 969647731
        },
        {
            "start": 969647743,
            "stop": 969647898
        },
        {
            "start": 969647901,
            "stop": 969648043
        },
        {
            "start": 969648227,
            "stop": 969648302
        },
        {
            "start": 969648305,
            "stop": 969648350
        },
        {
            "start": 969648361,
            "stop": 969648463
        },
        {
            "start": 969648466,
            "stop": 969648471
        },
        {
            "start": 969648474,
            "stop": 969648499
        },
        {
            "start": 969648524,
            "stop": 969648896
        },
        {
            "start": 969648899,
            "stop": 969648903
        },
        {
            "start": 969648906,
            "stop": 969649042
        },
        {
            "start": 969649130,
            "stop": 969649141
        },
        {
            "start": 969649171,
            "stop": 969649364
        },
        {
            "start": 969649488,
            "stop": 969649520
        },
        {
            "start": 969649531,
            "stop": 969649599
        }
    ]
}