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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=293",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 294,
    "results": [
        {
            "start": 931724175,
            "stop": 931724201
        },
        {
            "start": 931724203,
            "stop": 931724265
        },
        {
            "start": 931724267,
            "stop": 931724284
        },
        {
            "start": 931724288,
            "stop": 931724290
        },
        {
            "start": 931724291,
            "stop": 931724305
        },
        {
            "start": 931724307,
            "stop": 931724330
        },
        {
            "start": 931724338,
            "stop": 931724340
        },
        {
            "start": 931724344,
            "stop": 931724358
        },
        {
            "start": 931724359,
            "stop": 931724361
        },
        {
            "start": 931724363,
            "stop": 931724383
        },
        {
            "start": 931724386,
            "stop": 931724391
        },
        {
            "start": 931724394,
            "stop": 931724407
        },
        {
            "start": 931724411,
            "stop": 931724415
        },
        {
            "start": 931724417,
            "stop": 931724418
        },
        {
            "start": 931724419,
            "stop": 931724423
        },
        {
            "start": 931724425,
            "stop": 931724427
        },
        {
            "start": 931724430,
            "stop": 931724432
        },
        {
            "start": 931724434,
            "stop": 931724435
        },
        {
            "start": 931724436,
            "stop": 931724438
        },
        {
            "start": 931724442,
            "stop": 931724447
        }
    ]
}