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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 280,
    "results": [
        {
            "start": 1240330861,
            "stop": 1240330880
        },
        {
            "start": 1240330881,
            "stop": 1240330883
        },
        {
            "start": 1240330884,
            "stop": 1240330896
        },
        {
            "start": 1240330898,
            "stop": 1240330913
        },
        {
            "start": 1240330914,
            "stop": 1240330937
        },
        {
            "start": 1240330939,
            "stop": 1240330969
        },
        {
            "start": 1240330971,
            "stop": 1240330973
        },
        {
            "start": 1240330976,
            "stop": 1240331009
        },
        {
            "start": 1240331010,
            "stop": 1240331030
        },
        {
            "start": 1240331032,
            "stop": 1240331051
        },
        {
            "start": 1240331054,
            "stop": 1240331077
        },
        {
            "start": 1240331078,
            "stop": 1240331079
        },
        {
            "start": 1240331080,
            "stop": 1240331097
        },
        {
            "start": 1240331098,
            "stop": 1240331102
        },
        {
            "start": 1240331103,
            "stop": 1240331124
        },
        {
            "start": 1240331125,
            "stop": 1240331127
        },
        {
            "start": 1240331128,
            "stop": 1240331129
        },
        {
            "start": 1240331132,
            "stop": 1240331147
        },
        {
            "start": 1240331149,
            "stop": 1240331151
        },
        {
            "start": 1240331152,
            "stop": 1240331157
        }
    ]
}