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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9,
    "results": [
        {
            "start": 816232120,
            "stop": 816232248
        },
        {
            "start": 816232261,
            "stop": 816232264
        },
        {
            "start": 816232268,
            "stop": 816232308
        },
        {
            "start": 816232337,
            "stop": 816232448
        },
        {
            "start": 816232456,
            "stop": 816232537
        },
        {
            "start": 816232541,
            "stop": 816232577
        },
        {
            "start": 816232581,
            "stop": 816232660
        },
        {
            "start": 816232667,
            "stop": 816232677
        },
        {
            "start": 816232680,
            "stop": 816232686
        },
        {
            "start": 816232689,
            "stop": 816232766
        },
        {
            "start": 816232770,
            "stop": 816232779
        },
        {
            "start": 816232785,
            "stop": 816232818
        },
        {
            "start": 816232850,
            "stop": 816232857
        },
        {
            "start": 816232861,
            "stop": 816232888
        },
        {
            "start": 816232892,
            "stop": 816232898
        },
        {
            "start": 816232901,
            "stop": 816232918
        },
        {
            "start": 816232921,
            "stop": 816233001
        },
        {
            "start": 816233005,
            "stop": 816233017
        },
        {
            "start": 816233022,
            "stop": 816233032
        },
        {
            "start": 816233036,
            "stop": 816233153
        }
    ]
}