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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=208",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 209,
    "results": [
        {
            "start": 1387656527,
            "stop": 1387657695
        },
        {
            "start": 1387657701,
            "stop": 1387670257
        },
        {
            "start": 1387670260,
            "stop": 1387671986
        },
        {
            "start": 1387671991,
            "stop": 1387674318
        },
        {
            "start": 1387674321,
            "stop": 1387687847
        },
        {
            "start": 1387687852,
            "stop": 1387692956
        },
        {
            "start": 1387692961,
            "stop": 1387705011
        },
        {
            "start": 1387705016,
            "stop": 1387708074
        },
        {
            "start": 1387708079,
            "stop": 1387708304
        },
        {
            "start": 1387708310,
            "stop": 1387713059
        },
        {
            "start": 1387713064,
            "stop": 1387714568
        },
        {
            "start": 1387774189,
            "stop": 1387775292
        },
        {
            "start": 1387775295,
            "stop": 1387778012
        },
        {
            "start": 1387778017,
            "stop": 1387790782
        },
        {
            "start": 1387859277,
            "stop": 1387861519
        },
        {
            "start": 1387861524,
            "stop": 1387878842
        },
        {
            "start": 1387878845,
            "stop": 1387889061
        },
        {
            "start": 1387889066,
            "stop": 1387898338
        },
        {
            "start": 1387898343,
            "stop": 1387904937
        },
        {
            "start": 1387904942,
            "stop": 1387905503
        }
    ]
}