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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 217,
    "results": [
        {
            "start": 1240105264,
            "stop": 1240105273
        },
        {
            "start": 1240105275,
            "stop": 1240105302
        },
        {
            "start": 1240105303,
            "stop": 1240105305
        },
        {
            "start": 1240105307,
            "stop": 1240105328
        },
        {
            "start": 1240105329,
            "stop": 1240105331
        },
        {
            "start": 1240105332,
            "stop": 1240105350
        },
        {
            "start": 1240105351,
            "stop": 1240105353
        },
        {
            "start": 1240105354,
            "stop": 1240105357
        },
        {
            "start": 1240105365,
            "stop": 1240105367
        },
        {
            "start": 1240105370,
            "stop": 1240105409
        },
        {
            "start": 1240105410,
            "stop": 1240105413
        },
        {
            "start": 1240105414,
            "stop": 1240105434
        },
        {
            "start": 1240105435,
            "stop": 1240105437
        },
        {
            "start": 1240105438,
            "stop": 1240105464
        },
        {
            "start": 1240105465,
            "stop": 1240105470
        },
        {
            "start": 1240105471,
            "stop": 1240105565
        },
        {
            "start": 1240105566,
            "stop": 1240105570
        },
        {
            "start": 1240105571,
            "stop": 1240105593
        },
        {
            "start": 1240105595,
            "stop": 1240105752
        },
        {
            "start": 1240105753,
            "stop": 1240105754
        }
    ]
}