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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 24,
    "results": [
        {
            "start": 1369529320,
            "stop": 1369530403
        },
        {
            "start": 1369530408,
            "stop": 1369530962
        },
        {
            "start": 1369530966,
            "stop": 1369531604
        },
        {
            "start": 1369531606,
            "stop": 1369532840
        },
        {
            "start": 1369532843,
            "stop": 1369534036
        },
        {
            "start": 1369534038,
            "stop": 1369536128
        },
        {
            "start": 1369536130,
            "stop": 1369537427
        },
        {
            "start": 1369539824,
            "stop": 1369540215
        },
        {
            "start": 1369540216,
            "stop": 1369541897
        },
        {
            "start": 1369541898,
            "stop": 1369542101
        },
        {
            "start": 1369542103,
            "stop": 1369543996
        },
        {
            "start": 1369543998,
            "stop": 1369546188
        },
        {
            "start": 1369546190,
            "stop": 1369546747
        },
        {
            "start": 1369546752,
            "stop": 1369548341
        },
        {
            "start": 1369548343,
            "stop": 1369549491
        },
        {
            "start": 1369549493,
            "stop": 1369550306
        },
        {
            "start": 1369550311,
            "stop": 1369550970
        },
        {
            "start": 1369550972,
            "stop": 1369551196
        },
        {
            "start": 1369551200,
            "stop": 1369552607
        },
        {
            "start": 1369552609,
            "stop": 1369553855
        }
    ]
}