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/S5/timelines/L1_STOCH_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/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=100",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 101,
    "results": [
        {
            "start": 816669712,
            "stop": 816669755
        },
        {
            "start": 816669759,
            "stop": 816669843
        },
        {
            "start": 816669846,
            "stop": 816669926
        },
        {
            "start": 816669933,
            "stop": 816669934
        },
        {
            "start": 816669939,
            "stop": 816669999
        },
        {
            "start": 816670013,
            "stop": 816670017
        },
        {
            "start": 816670032,
            "stop": 816670102
        },
        {
            "start": 816670106,
            "stop": 816670156
        },
        {
            "start": 816670159,
            "stop": 816670335
        },
        {
            "start": 816670338,
            "stop": 816670543
        },
        {
            "start": 816670546,
            "stop": 816670555
        },
        {
            "start": 816670558,
            "stop": 816670572
        },
        {
            "start": 816670576,
            "stop": 816671082
        },
        {
            "start": 816671086,
            "stop": 816671178
        },
        {
            "start": 816671181,
            "stop": 816671278
        },
        {
            "start": 816671286,
            "stop": 816671510
        },
        {
            "start": 816671513,
            "stop": 816671536
        },
        {
            "start": 816671539,
            "stop": 816671609
        },
        {
            "start": 816671613,
            "stop": 816671688
        },
        {
            "start": 816671691,
            "stop": 816671702
        }
    ]
}