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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 182,
    "results": [
        {
            "start": 1239880127,
            "stop": 1239880267
        },
        {
            "start": 1239880270,
            "stop": 1239881340
        },
        {
            "start": 1239881343,
            "stop": 1239881375
        },
        {
            "start": 1239881382,
            "stop": 1239881578
        },
        {
            "start": 1239881580,
            "stop": 1239881651
        },
        {
            "start": 1239881652,
            "stop": 1239882737
        },
        {
            "start": 1239882740,
            "stop": 1239882907
        },
        {
            "start": 1239882908,
            "stop": 1239883226
        },
        {
            "start": 1239883227,
            "stop": 1239883271
        },
        {
            "start": 1239883272,
            "stop": 1239883284
        },
        {
            "start": 1239883285,
            "stop": 1239883290
        },
        {
            "start": 1239883291,
            "stop": 1239883307
        },
        {
            "start": 1239883308,
            "stop": 1239883329
        },
        {
            "start": 1239883330,
            "stop": 1239883904
        },
        {
            "start": 1239883905,
            "stop": 1239884416
        },
        {
            "start": 1239884418,
            "stop": 1239884868
        },
        {
            "start": 1239884871,
            "stop": 1239885031
        },
        {
            "start": 1239885032,
            "stop": 1239885120
        },
        {
            "start": 1239885121,
            "stop": 1239885334
        },
        {
            "start": 1239885335,
            "stop": 1239885682
        }
    ]
}