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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=731",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 732,
    "results": [
        {
            "start": 1267550974,
            "stop": 1267551205
        },
        {
            "start": 1267551206,
            "stop": 1267551360
        },
        {
            "start": 1267551362,
            "stop": 1267552057
        },
        {
            "start": 1267552061,
            "stop": 1267552119
        },
        {
            "start": 1267552123,
            "stop": 1267552240
        },
        {
            "start": 1267552241,
            "stop": 1267552420
        },
        {
            "start": 1267552423,
            "stop": 1267552425
        },
        {
            "start": 1267552430,
            "stop": 1267552432
        },
        {
            "start": 1267552435,
            "stop": 1267552436
        },
        {
            "start": 1267552437,
            "stop": 1267552438
        },
        {
            "start": 1267552439,
            "stop": 1267552444
        },
        {
            "start": 1267552451,
            "stop": 1267552453
        },
        {
            "start": 1267552458,
            "stop": 1267552461
        },
        {
            "start": 1267552462,
            "stop": 1267552471
        },
        {
            "start": 1267552474,
            "stop": 1267552479
        },
        {
            "start": 1267552482,
            "stop": 1267552555
        },
        {
            "start": 1267552556,
            "stop": 1267552786
        },
        {
            "start": 1267552787,
            "stop": 1267553052
        },
        {
            "start": 1267556504,
            "stop": 1267557325
        },
        {
            "start": 1267557326,
            "stop": 1267557389
        }
    ]
}