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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 239,
    "results": [
        {
            "start": 1240159768,
            "stop": 1240159781
        },
        {
            "start": 1240159782,
            "stop": 1240159828
        },
        {
            "start": 1240159829,
            "stop": 1240159901
        },
        {
            "start": 1240159904,
            "stop": 1240159966
        },
        {
            "start": 1240159967,
            "stop": 1240160231
        },
        {
            "start": 1240189772,
            "stop": 1240190598
        },
        {
            "start": 1240190599,
            "stop": 1240190623
        },
        {
            "start": 1240190625,
            "stop": 1240190852
        },
        {
            "start": 1240190853,
            "stop": 1240190997
        },
        {
            "start": 1240190998,
            "stop": 1240191263
        },
        {
            "start": 1240191264,
            "stop": 1240191269
        },
        {
            "start": 1240191271,
            "stop": 1240191358
        },
        {
            "start": 1240191360,
            "stop": 1240191398
        },
        {
            "start": 1240191399,
            "stop": 1240191797
        },
        {
            "start": 1240191800,
            "stop": 1240192044
        },
        {
            "start": 1240192046,
            "stop": 1240192180
        },
        {
            "start": 1240192181,
            "stop": 1240193177
        },
        {
            "start": 1240193180,
            "stop": 1240193207
        },
        {
            "start": 1240193209,
            "stop": 1240193277
        },
        {
            "start": 1240193279,
            "stop": 1240193415
        }
    ]
}