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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=59",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 60,
    "results": [
        {
            "start": 816675571,
            "stop": 816675585
        },
        {
            "start": 816675604,
            "stop": 816675693
        },
        {
            "start": 816675712,
            "stop": 816675751
        },
        {
            "start": 816676673,
            "stop": 816676676
        },
        {
            "start": 816676695,
            "stop": 816676743
        },
        {
            "start": 816676746,
            "stop": 816676773
        },
        {
            "start": 816676779,
            "stop": 816676784
        },
        {
            "start": 816676791,
            "stop": 816676812
        },
        {
            "start": 816676832,
            "stop": 816676834
        },
        {
            "start": 816676837,
            "stop": 816676845
        },
        {
            "start": 816676849,
            "stop": 816676896
        },
        {
            "start": 816676899,
            "stop": 816676912
        },
        {
            "start": 816676915,
            "stop": 816676938
        },
        {
            "start": 816676958,
            "stop": 816676962
        },
        {
            "start": 816676994,
            "stop": 816677032
        },
        {
            "start": 816677035,
            "stop": 816677049
        },
        {
            "start": 816677057,
            "stop": 816677078
        },
        {
            "start": 816677086,
            "stop": 816677109
        },
        {
            "start": 816677113,
            "stop": 816677155
        },
        {
            "start": 816677158,
            "stop": 816677160
        }
    ]
}