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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5208",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5206",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5207,
    "results": [
        {
            "start": 1137041129,
            "stop": 1137041132
        },
        {
            "start": 1137041133,
            "stop": 1137041273
        },
        {
            "start": 1137041278,
            "stop": 1137041303
        },
        {
            "start": 1137041307,
            "stop": 1137041311
        },
        {
            "start": 1137041313,
            "stop": 1137041326
        },
        {
            "start": 1137041329,
            "stop": 1137041339
        },
        {
            "start": 1137041341,
            "stop": 1137041344
        },
        {
            "start": 1137041346,
            "stop": 1137041348
        },
        {
            "start": 1137041353,
            "stop": 1137041354
        },
        {
            "start": 1137041358,
            "stop": 1137041394
        },
        {
            "start": 1137041397,
            "stop": 1137041399
        },
        {
            "start": 1137041401,
            "stop": 1137041415
        },
        {
            "start": 1137041417,
            "stop": 1137041420
        },
        {
            "start": 1137041422,
            "stop": 1137041437
        },
        {
            "start": 1137041439,
            "stop": 1137041442
        },
        {
            "start": 1137041444,
            "stop": 1137041456
        },
        {
            "start": 1137041458,
            "stop": 1137041472
        },
        {
            "start": 1137041478,
            "stop": 1137041481
        },
        {
            "start": 1137041483,
            "stop": 1137041526
        },
        {
            "start": 1137041530,
            "stop": 1137041547
        }
    ]
}