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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10292",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10293,
    "results": [
        {
            "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
        },
        {
            "start": 875099931,
            "stop": 875100020
        },
        {
            "start": 875100056,
            "stop": 875100308
        },
        {
            "start": 875100464,
            "stop": 875100470
        },
        {
            "start": 875100545,
            "stop": 875100568
        },
        {
            "start": 875100604,
            "stop": 875100647
        }
    ]
}