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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=294",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 295,
    "results": [
        {
            "start": 969032639,
            "stop": 969032643
        },
        {
            "start": 969032651,
            "stop": 969032653
        },
        {
            "start": 969032713,
            "stop": 969032717
        },
        {
            "start": 969032740,
            "stop": 969032746
        },
        {
            "start": 969032750,
            "stop": 969032762
        },
        {
            "start": 969032768,
            "stop": 969033187
        },
        {
            "start": 969033194,
            "stop": 969033200
        },
        {
            "start": 969033217,
            "stop": 969033219
        },
        {
            "start": 969033224,
            "stop": 969033340
        },
        {
            "start": 969033343,
            "stop": 969033360
        },
        {
            "start": 969033373,
            "stop": 969033378
        },
        {
            "start": 969033386,
            "stop": 969033387
        },
        {
            "start": 969033404,
            "stop": 969033410
        },
        {
            "start": 969033415,
            "stop": 969033439
        },
        {
            "start": 969033443,
            "stop": 969033463
        },
        {
            "start": 969033475,
            "stop": 969033476
        },
        {
            "start": 969033480,
            "stop": 969033483
        },
        {
            "start": 969033491,
            "stop": 969033540
        },
        {
            "start": 969033544,
            "stop": 969033545
        },
        {
            "start": 969033587,
            "stop": 969033602
        }
    ]
}