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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 272,
    "results": [
        {
            "start": 1126922999,
            "stop": 1126923099
        },
        {
            "start": 1126923101,
            "stop": 1126923148
        },
        {
            "start": 1126923150,
            "stop": 1126923194
        },
        {
            "start": 1126923196,
            "stop": 1126923244
        },
        {
            "start": 1126923246,
            "stop": 1126923259
        },
        {
            "start": 1126923261,
            "stop": 1126923285
        },
        {
            "start": 1126923287,
            "stop": 1126923312
        },
        {
            "start": 1126923313,
            "stop": 1126923335
        },
        {
            "start": 1126923338,
            "stop": 1126923368
        },
        {
            "start": 1126923369,
            "stop": 1126923378
        },
        {
            "start": 1126923380,
            "stop": 1126923431
        },
        {
            "start": 1126923432,
            "stop": 1126923449
        },
        {
            "start": 1126923450,
            "stop": 1126923466
        },
        {
            "start": 1126923468,
            "stop": 1126923501
        },
        {
            "start": 1126923503,
            "stop": 1126923521
        },
        {
            "start": 1126923523,
            "stop": 1126923532
        },
        {
            "start": 1126923534,
            "stop": 1126923551
        },
        {
            "start": 1126923553,
            "stop": 1126923565
        },
        {
            "start": 1126923566,
            "stop": 1126923571
        },
        {
            "start": 1126923573,
            "stop": 1126923593
        }
    ]
}