Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=120
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=119",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 120,
    "results": [
        {
            "start": 931420184,
            "stop": 931420188
        },
        {
            "start": 931420189,
            "stop": 931420219
        },
        {
            "start": 931420221,
            "stop": 931420250
        },
        {
            "start": 931420252,
            "stop": 931420257
        },
        {
            "start": 931420259,
            "stop": 931420303
        },
        {
            "start": 931420305,
            "stop": 931420308
        },
        {
            "start": 931420312,
            "stop": 931420348
        },
        {
            "start": 931420350,
            "stop": 931420370
        },
        {
            "start": 931420372,
            "stop": 931420393
        },
        {
            "start": 931420395,
            "stop": 931420413
        },
        {
            "start": 931420415,
            "stop": 931420419
        },
        {
            "start": 931420420,
            "stop": 931420426
        },
        {
            "start": 931420428,
            "stop": 931420478
        },
        {
            "start": 931420482,
            "stop": 931420489
        },
        {
            "start": 931420491,
            "stop": 931420536
        },
        {
            "start": 931420538,
            "stop": 931420560
        },
        {
            "start": 931420562,
            "stop": 931420579
        },
        {
            "start": 931420580,
            "stop": 931420589
        },
        {
            "start": 931420591,
            "stop": 931420603
        },
        {
            "start": 931420605,
            "stop": 931420620
        }
    ]
}