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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=748",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 749,
    "results": [
        {
            "start": 1249051588,
            "stop": 1249051602
        },
        {
            "start": 1249051606,
            "stop": 1249051649
        },
        {
            "start": 1249051661,
            "stop": 1249051662
        },
        {
            "start": 1249051663,
            "stop": 1249051670
        },
        {
            "start": 1249051671,
            "stop": 1249051919
        },
        {
            "start": 1249051924,
            "stop": 1249051925
        },
        {
            "start": 1249051928,
            "stop": 1249051933
        },
        {
            "start": 1249051940,
            "stop": 1249051952
        },
        {
            "start": 1249051958,
            "stop": 1249051959
        },
        {
            "start": 1249051960,
            "stop": 1249051961
        },
        {
            "start": 1249051962,
            "stop": 1249051964
        },
        {
            "start": 1249051969,
            "stop": 1249052002
        },
        {
            "start": 1249052003,
            "stop": 1249052014
        },
        {
            "start": 1249052026,
            "stop": 1249052068
        },
        {
            "start": 1249052069,
            "stop": 1249052070
        },
        {
            "start": 1249052073,
            "stop": 1249052078
        },
        {
            "start": 1249052083,
            "stop": 1249052161
        },
        {
            "start": 1249052176,
            "stop": 1249052180
        },
        {
            "start": 1249052183,
            "stop": 1249052362
        },
        {
            "start": 1249052366,
            "stop": 1249052367
        }
    ]
}