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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=180",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 181,
    "results": [
        {
            "start": 1261463406,
            "stop": 1261463447
        },
        {
            "start": 1261463452,
            "stop": 1261463545
        },
        {
            "start": 1261463553,
            "stop": 1261463621
        },
        {
            "start": 1261463626,
            "stop": 1261465678
        },
        {
            "start": 1261465682,
            "stop": 1261466013
        },
        {
            "start": 1261466018,
            "stop": 1261468629
        },
        {
            "start": 1261468634,
            "stop": 1261469736
        },
        {
            "start": 1261469741,
            "stop": 1261470569
        },
        {
            "start": 1261470574,
            "stop": 1261470781
        },
        {
            "start": 1261470786,
            "stop": 1261471489
        },
        {
            "start": 1261471494,
            "stop": 1261471523
        },
        {
            "start": 1261471526,
            "stop": 1261472720
        },
        {
            "start": 1261472725,
            "stop": 1261475950
        },
        {
            "start": 1261475953,
            "stop": 1261477246
        },
        {
            "start": 1261477249,
            "stop": 1261477281
        },
        {
            "start": 1261477286,
            "stop": 1261478345
        },
        {
            "start": 1261478346,
            "stop": 1261478397
        },
        {
            "start": 1261478401,
            "stop": 1261480849
        },
        {
            "start": 1261480852,
            "stop": 1261482196
        },
        {
            "start": 1261482201,
            "stop": 1261482253
        }
    ]
}