Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=68",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 69,
    "results": [
        {
            "start": 946852198,
            "stop": 946858489
        },
        {
            "start": 946859170,
            "stop": 946863855
        },
        {
            "start": 946863883,
            "stop": 946870273
        },
        {
            "start": 946871424,
            "stop": 946871931
        },
        {
            "start": 946872031,
            "stop": 946872536
        },
        {
            "start": 946872639,
            "stop": 946903116
        },
        {
            "start": 946905260,
            "stop": 946924407
        },
        {
            "start": 946974799,
            "stop": 946975480
        },
        {
            "start": 946976851,
            "stop": 946984583
        },
        {
            "start": 946986454,
            "stop": 946986758
        },
        {
            "start": 946987715,
            "stop": 946995423
        },
        {
            "start": 947001224,
            "stop": 947001727
        },
        {
            "start": 947025693,
            "stop": 947054703
        },
        {
            "start": 947062649,
            "stop": 947067565
        },
        {
            "start": 947070035,
            "stop": 947084003
        },
        {
            "start": 947089382,
            "stop": 947095572
        },
        {
            "start": 947097823,
            "stop": 947102559
        },
        {
            "start": 947103419,
            "stop": 947118723
        },
        {
            "start": 947135192,
            "stop": 947172371
        },
        {
            "start": 947174196,
            "stop": 947176329
        }
    ]
}