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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=6",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 7,
    "results": [
        {
            "start": 816230387,
            "stop": 816230440
        },
        {
            "start": 816230443,
            "stop": 816230561
        },
        {
            "start": 816230567,
            "stop": 816230577
        },
        {
            "start": 816230581,
            "stop": 816230660
        },
        {
            "start": 816230663,
            "stop": 816230676
        },
        {
            "start": 816230679,
            "stop": 816230698
        },
        {
            "start": 816230717,
            "stop": 816230719
        },
        {
            "start": 816230722,
            "stop": 816230735
        },
        {
            "start": 816230739,
            "stop": 816230752
        },
        {
            "start": 816230755,
            "stop": 816230769
        },
        {
            "start": 816230788,
            "stop": 816230822
        },
        {
            "start": 816230833,
            "stop": 816230884
        },
        {
            "start": 816230887,
            "stop": 816230896
        },
        {
            "start": 816230921,
            "stop": 816230941
        },
        {
            "start": 816230946,
            "stop": 816230966
        },
        {
            "start": 816231000,
            "stop": 816231092
        },
        {
            "start": 816231096,
            "stop": 816231166
        },
        {
            "start": 816231169,
            "stop": 816231188
        },
        {
            "start": 816231192,
            "stop": 816231264
        },
        {
            "start": 816231284,
            "stop": 816231287
        }
    ]
}