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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2380",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2381,
    "results": [
        {
            "start": 875097033,
            "stop": 875097309
        },
        {
            "start": 875097328,
            "stop": 875097350
        },
        {
            "start": 875097372,
            "stop": 875097393
        },
        {
            "start": 875097412,
            "stop": 875097526
        },
        {
            "start": 875097550,
            "stop": 875097576
        },
        {
            "start": 875097595,
            "stop": 875097610
        },
        {
            "start": 875097632,
            "stop": 875097738
        },
        {
            "start": 875097762,
            "stop": 875097822
        },
        {
            "start": 875097841,
            "stop": 875097887
        },
        {
            "start": 875097906,
            "stop": 875098716
        },
        {
            "start": 875098735,
            "stop": 875099358
        },
        {
            "start": 875099388,
            "stop": 875099745
        },
        {
            "start": 875099764,
            "stop": 875099827
        },
        {
            "start": 875099914,
            "stop": 875100020
        },
        {
            "start": 875100039,
            "stop": 875100308
        },
        {
            "start": 875100378,
            "stop": 875100393
        },
        {
            "start": 875100447,
            "stop": 875100470
        },
        {
            "start": 875100491,
            "stop": 875100502
        },
        {
            "start": 875100528,
            "stop": 875100568
        },
        {
            "start": 875100587,
            "stop": 875100647
        }
    ]
}