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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9755",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9756,
    "results": [
        {
            "start": 873518315,
            "stop": 873518319
        },
        {
            "start": 873518320,
            "stop": 873518324
        },
        {
            "start": 873518326,
            "stop": 873518328
        },
        {
            "start": 873518331,
            "stop": 873518343
        },
        {
            "start": 873518348,
            "stop": 873518351
        },
        {
            "start": 873518352,
            "stop": 873518353
        },
        {
            "start": 873518355,
            "stop": 873518356
        },
        {
            "start": 873518359,
            "stop": 873518363
        },
        {
            "start": 873518365,
            "stop": 873518375
        },
        {
            "start": 873518377,
            "stop": 873518379
        },
        {
            "start": 873518383,
            "stop": 873518387
        },
        {
            "start": 873518388,
            "stop": 873518389
        },
        {
            "start": 873518390,
            "stop": 873518391
        },
        {
            "start": 873518393,
            "stop": 873518402
        },
        {
            "start": 873518403,
            "stop": 873518409
        },
        {
            "start": 873518410,
            "stop": 873518419
        },
        {
            "start": 873518420,
            "stop": 873518432
        },
        {
            "start": 873518433,
            "stop": 873518445
        },
        {
            "start": 873518446,
            "stop": 873518448
        },
        {
            "start": 873518449,
            "stop": 873518470
        }
    ]
}