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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 134,
    "results": [
        {
            "start": 1416734854,
            "stop": 1416742452
        },
        {
            "start": 1416742457,
            "stop": 1416752895
        },
        {
            "start": 1416752900,
            "stop": 1416753310
        },
        {
            "start": 1416753315,
            "stop": 1416753982
        },
        {
            "start": 1416753985,
            "stop": 1416755280
        },
        {
            "start": 1416755285,
            "stop": 1416758524
        },
        {
            "start": 1416772904,
            "stop": 1416773987
        },
        {
            "start": 1416773992,
            "stop": 1416775423
        },
        {
            "start": 1416775428,
            "stop": 1416778146
        },
        {
            "start": 1416778151,
            "stop": 1416778636
        },
        {
            "start": 1416778641,
            "stop": 1416781295
        },
        {
            "start": 1416781300,
            "stop": 1416783999
        },
        {
            "start": 1416784002,
            "stop": 1416784107
        },
        {
            "start": 1416784112,
            "stop": 1416784995
        },
        {
            "start": 1416785000,
            "stop": 1416785489
        },
        {
            "start": 1416785494,
            "stop": 1416798298
        },
        {
            "start": 1416798301,
            "stop": 1416812866
        },
        {
            "start": 1416812871,
            "stop": 1416816618
        },
        {
            "start": 1416816623,
            "stop": 1416828192
        },
        {
            "start": 1416828197,
            "stop": 1416834255
        }
    ]
}