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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 108,
    "results": [
        {
            "start": 1409496692,
            "stop": 1409499156
        },
        {
            "start": 1409510027,
            "stop": 1409510409
        },
        {
            "start": 1409515903,
            "stop": 1409528596
        },
        {
            "start": 1409528600,
            "stop": 1409533841
        },
        {
            "start": 1409533842,
            "stop": 1409536198
        },
        {
            "start": 1409552703,
            "stop": 1409552709
        },
        {
            "start": 1409552712,
            "stop": 1409554072
        },
        {
            "start": 1409554074,
            "stop": 1409558035
        },
        {
            "start": 1409558039,
            "stop": 1409559502
        },
        {
            "start": 1409559508,
            "stop": 1409570333
        },
        {
            "start": 1409570337,
            "stop": 1409576895
        },
        {
            "start": 1409576911,
            "stop": 1409577011
        },
        {
            "start": 1409577016,
            "stop": 1409577416
        },
        {
            "start": 1409577418,
            "stop": 1409577426
        },
        {
            "start": 1409577583,
            "stop": 1409578928
        },
        {
            "start": 1409578933,
            "stop": 1409585420
        },
        {
            "start": 1409587124,
            "stop": 1409587224
        },
        {
            "start": 1409619293,
            "stop": 1409624438
        },
        {
            "start": 1409624515,
            "stop": 1409625892
        },
        {
            "start": 1409625897,
            "stop": 1409631746
        }
    ]
}