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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=100",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 101,
    "results": [
        {
            "start": 951559942,
            "stop": 951580821
        },
        {
            "start": 951610420,
            "stop": 951624483
        },
        {
            "start": 951634380,
            "stop": 951635514
        },
        {
            "start": 951637017,
            "stop": 951648367
        },
        {
            "start": 951652071,
            "stop": 951666166
        },
        {
            "start": 951672374,
            "stop": 951675821
        },
        {
            "start": 951683097,
            "stop": 951690750
        },
        {
            "start": 951694371,
            "stop": 951697825
        },
        {
            "start": 951705325,
            "stop": 951723004
        },
        {
            "start": 951727386,
            "stop": 951747224
        },
        {
            "start": 951762129,
            "stop": 951767069
        },
        {
            "start": 951767106,
            "stop": 951767339
        },
        {
            "start": 951777682,
            "stop": 951778197
        },
        {
            "start": 951785793,
            "stop": 951795965
        },
        {
            "start": 951798533,
            "stop": 951808521
        },
        {
            "start": 951810499,
            "stop": 951812310
        },
        {
            "start": 951816511,
            "stop": 951816677
        },
        {
            "start": 951820231,
            "stop": 951825531
        },
        {
            "start": 951851380,
            "stop": 951853780
        },
        {
            "start": 951855311,
            "stop": 951855492
        }
    ]
}