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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29314",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29315,
    "results": [
        {
            "start": 971237364,
            "stop": 971237374
        },
        {
            "start": 971237376,
            "stop": 971237400
        },
        {
            "start": 971237401,
            "stop": 971237407
        },
        {
            "start": 971237408,
            "stop": 971237410
        },
        {
            "start": 971237412,
            "stop": 971237421
        },
        {
            "start": 971237424,
            "stop": 971237437
        },
        {
            "start": 971237438,
            "stop": 971237458
        },
        {
            "start": 971237460,
            "stop": 971237482
        },
        {
            "start": 971237483,
            "stop": 971237490
        },
        {
            "start": 971237491,
            "stop": 971237492
        },
        {
            "start": 971237494,
            "stop": 971237505
        },
        {
            "start": 971237506,
            "stop": 971237515
        },
        {
            "start": 971237516,
            "stop": 971237519
        },
        {
            "start": 971237521,
            "stop": 971237526
        },
        {
            "start": 971237528,
            "stop": 971237537
        },
        {
            "start": 971237540,
            "stop": 971237576
        },
        {
            "start": 971237579,
            "stop": 971237610
        },
        {
            "start": 971237611,
            "stop": 971237681
        },
        {
            "start": 971237686,
            "stop": 971237795
        },
        {
            "start": 971237796,
            "stop": 971237797
        }
    ]
}