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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=466",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 467,
    "results": [
        {
            "start": 1264395071,
            "stop": 1264395145
        },
        {
            "start": 1264395147,
            "stop": 1264395153
        },
        {
            "start": 1264395156,
            "stop": 1264395162
        },
        {
            "start": 1264395164,
            "stop": 1264395169
        },
        {
            "start": 1264395171,
            "stop": 1264395180
        },
        {
            "start": 1264395182,
            "stop": 1264395196
        },
        {
            "start": 1264395197,
            "stop": 1264395215
        },
        {
            "start": 1264395218,
            "stop": 1264395219
        },
        {
            "start": 1264395221,
            "stop": 1264395223
        },
        {
            "start": 1264395225,
            "stop": 1264395228
        },
        {
            "start": 1264395229,
            "stop": 1264395230
        },
        {
            "start": 1264395237,
            "stop": 1264395239
        },
        {
            "start": 1264395242,
            "stop": 1264395244
        },
        {
            "start": 1264395245,
            "stop": 1264395248
        },
        {
            "start": 1264395250,
            "stop": 1264395292
        },
        {
            "start": 1264395293,
            "stop": 1264395335
        },
        {
            "start": 1264395339,
            "stop": 1264395417
        },
        {
            "start": 1264395421,
            "stop": 1264395424
        },
        {
            "start": 1264395425,
            "stop": 1264395434
        },
        {
            "start": 1264395436,
            "stop": 1264395442
        }
    ]
}