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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5296",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5297,
    "results": [
        {
            "start": 875092469,
            "stop": 875092480
        },
        {
            "start": 875092516,
            "stop": 875093342
        },
        {
            "start": 875093378,
            "stop": 875093564
        },
        {
            "start": 875093600,
            "stop": 875093905
        },
        {
            "start": 875093941,
            "stop": 875096838
        },
        {
            "start": 875096855,
            "stop": 875097014
        },
        {
            "start": 875097050,
            "stop": 875097309
        },
        {
            "start": 875097345,
            "stop": 875097350
        },
        {
            "start": 875097389,
            "stop": 875097393
        },
        {
            "start": 875097429,
            "stop": 875097526
        },
        {
            "start": 875097567,
            "stop": 875097576
        },
        {
            "start": 875097649,
            "stop": 875097738
        },
        {
            "start": 875097779,
            "stop": 875097822
        },
        {
            "start": 875097858,
            "stop": 875097887
        },
        {
            "start": 875097923,
            "stop": 875098716
        },
        {
            "start": 875098752,
            "stop": 875099358
        },
        {
            "start": 875099405,
            "stop": 875099436
        },
        {
            "start": 875099453,
            "stop": 875099562
        },
        {
            "start": 875099579,
            "stop": 875099745
        },
        {
            "start": 875099781,
            "stop": 875099827
        }
    ]
}