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=637
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=638",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=636",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 637,
    "results": [
        {
            "start": 1265734365,
            "stop": 1265734466
        },
        {
            "start": 1265734471,
            "stop": 1265734869
        },
        {
            "start": 1265734874,
            "stop": 1265734876
        },
        {
            "start": 1265734877,
            "stop": 1265735092
        },
        {
            "start": 1265735097,
            "stop": 1265735155
        },
        {
            "start": 1265735156,
            "stop": 1265735308
        },
        {
            "start": 1265735313,
            "stop": 1265735386
        },
        {
            "start": 1265735391,
            "stop": 1265735485
        },
        {
            "start": 1265735490,
            "stop": 1265735517
        },
        {
            "start": 1265735522,
            "stop": 1265735628
        },
        {
            "start": 1265735638,
            "stop": 1265735757
        },
        {
            "start": 1265735762,
            "stop": 1265735870
        },
        {
            "start": 1265735876,
            "stop": 1265735918
        },
        {
            "start": 1265735919,
            "stop": 1265736094
        },
        {
            "start": 1265736099,
            "stop": 1265736333
        },
        {
            "start": 1265736338,
            "stop": 1265736368
        },
        {
            "start": 1265736373,
            "stop": 1265736450
        },
        {
            "start": 1265736455,
            "stop": 1265736588
        },
        {
            "start": 1265736593,
            "stop": 1265736626
        },
        {
            "start": 1265736631,
            "stop": 1265736681
        }
    ]
}