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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=48",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 49,
    "results": [
        {
            "start": 1401958144,
            "stop": 1401963602
        },
        {
            "start": 1401976361,
            "stop": 1402001038
        },
        {
            "start": 1402001041,
            "stop": 1402014913
        },
        {
            "start": 1402014917,
            "stop": 1402023636
        },
        {
            "start": 1402036606,
            "stop": 1402051533
        },
        {
            "start": 1402051536,
            "stop": 1402052402
        },
        {
            "start": 1402052405,
            "stop": 1402062292
        },
        {
            "start": 1402062297,
            "stop": 1402070943
        },
        {
            "start": 1402080387,
            "stop": 1402082159
        },
        {
            "start": 1402082164,
            "stop": 1402083467
        },
        {
            "start": 1402085981,
            "stop": 1402086248
        },
        {
            "start": 1402088592,
            "stop": 1402091266
        },
        {
            "start": 1402091271,
            "stop": 1402095664
        },
        {
            "start": 1402095667,
            "stop": 1402101200
        },
        {
            "start": 1402101204,
            "stop": 1402101246
        },
        {
            "start": 1402101248,
            "stop": 1402116070
        },
        {
            "start": 1402116073,
            "stop": 1402118581
        },
        {
            "start": 1402118584,
            "stop": 1402122959
        },
        {
            "start": 1402122963,
            "stop": 1402125219
        },
        {
            "start": 1402125224,
            "stop": 1402132709
        }
    ]
}