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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=20",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 21,
    "results": [
        {
            "start": 820190536,
            "stop": 820190934
        },
        {
            "start": 820192095,
            "stop": 820201888
        },
        {
            "start": 820204032,
            "stop": 820204092
        },
        {
            "start": 820205048,
            "stop": 820214703
        },
        {
            "start": 820215233,
            "stop": 820218609
        },
        {
            "start": 820240547,
            "stop": 820244243
        },
        {
            "start": 820260446,
            "stop": 820262665
        },
        {
            "start": 820265967,
            "stop": 820268997
        },
        {
            "start": 820271867,
            "stop": 820274782
        },
        {
            "start": 820286741,
            "stop": 820308985
        },
        {
            "start": 820309611,
            "stop": 820316841
        },
        {
            "start": 820317364,
            "stop": 820326759
        },
        {
            "start": 820327652,
            "stop": 820327827
        },
        {
            "start": 820332363,
            "stop": 820332648
        },
        {
            "start": 820336346,
            "stop": 820336570
        },
        {
            "start": 820338662,
            "stop": 820340247
        },
        {
            "start": 820340364,
            "stop": 820342049
        },
        {
            "start": 820358443,
            "stop": 820372417
        },
        {
            "start": 820374708,
            "stop": 820382263
        },
        {
            "start": 820383370,
            "stop": 820396563
        }
    ]
}