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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=85",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 86,
    "results": [
        {
            "start": 945458368,
            "stop": 945458394
        },
        {
            "start": 945458398,
            "stop": 945458404
        },
        {
            "start": 945458410,
            "stop": 945458424
        },
        {
            "start": 945458432,
            "stop": 945458434
        },
        {
            "start": 945458441,
            "stop": 945458445
        },
        {
            "start": 945458462,
            "stop": 945458481
        },
        {
            "start": 945458484,
            "stop": 945458488
        },
        {
            "start": 945458503,
            "stop": 945458504
        },
        {
            "start": 945458507,
            "stop": 945458511
        },
        {
            "start": 945458523,
            "stop": 945458524
        },
        {
            "start": 945458571,
            "stop": 945458588
        },
        {
            "start": 945458591,
            "stop": 945458595
        },
        {
            "start": 945458598,
            "stop": 945458604
        },
        {
            "start": 945458610,
            "stop": 945458618
        },
        {
            "start": 945458647,
            "stop": 945458650
        },
        {
            "start": 945458656,
            "stop": 945458661
        },
        {
            "start": 945458690,
            "stop": 945458693
        },
        {
            "start": 945458701,
            "stop": 945458702
        },
        {
            "start": 945468842,
            "stop": 945480182
        },
        {
            "start": 945480668,
            "stop": 945483663
        }
    ]
}