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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33100",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33101,
    "results": [
        {
            "start": 970555201,
            "stop": 970555215
        },
        {
            "start": 970555219,
            "stop": 970555233
        },
        {
            "start": 970555235,
            "stop": 970555241
        },
        {
            "start": 970555242,
            "stop": 970555266
        },
        {
            "start": 970555267,
            "stop": 970555268
        },
        {
            "start": 970555269,
            "stop": 970555281
        },
        {
            "start": 970555282,
            "stop": 970555289
        },
        {
            "start": 970555290,
            "stop": 970555309
        },
        {
            "start": 970555310,
            "stop": 970555315
        },
        {
            "start": 970555316,
            "stop": 970555336
        },
        {
            "start": 970555338,
            "stop": 970555361
        },
        {
            "start": 970555362,
            "stop": 970555386
        },
        {
            "start": 970555388,
            "stop": 970555404
        },
        {
            "start": 970555406,
            "stop": 970555440
        },
        {
            "start": 970555441,
            "stop": 970555442
        },
        {
            "start": 970555445,
            "stop": 970555457
        },
        {
            "start": 970555458,
            "stop": 970555459
        },
        {
            "start": 970555461,
            "stop": 970555491
        },
        {
            "start": 970555492,
            "stop": 970555519
        },
        {
            "start": 970555521,
            "stop": 970555537
        }
    ]
}