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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 126,
    "results": [
        {
            "start": 1412414466,
            "stop": 1412416352
        },
        {
            "start": 1412416355,
            "stop": 1412422691
        },
        {
            "start": 1412422694,
            "stop": 1412431274
        },
        {
            "start": 1412458547,
            "stop": 1412462579
        },
        {
            "start": 1412462580,
            "stop": 1412467621
        },
        {
            "start": 1412467624,
            "stop": 1412490558
        },
        {
            "start": 1412490560,
            "stop": 1412491488
        },
        {
            "start": 1412491625,
            "stop": 1412494036
        },
        {
            "start": 1412494039,
            "stop": 1412503324
        },
        {
            "start": 1412503328,
            "stop": 1412528045
        },
        {
            "start": 1412528047,
            "stop": 1412539206
        },
        {
            "start": 1412539343,
            "stop": 1412543003
        },
        {
            "start": 1412543140,
            "stop": 1412543944
        },
        {
            "start": 1412543945,
            "stop": 1412544178
        },
        {
            "start": 1412544181,
            "stop": 1412546799
        },
        {
            "start": 1412546936,
            "stop": 1412548403
        },
        {
            "start": 1412548404,
            "stop": 1412549029
        },
        {
            "start": 1412549030,
            "stop": 1412557950
        },
        {
            "start": 1412557955,
            "stop": 1412562163
        },
        {
            "start": 1412562168,
            "stop": 1412565259
        }
    ]
}