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=10256
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=10257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10255",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10256,
    "results": [
        {
            "start": 874678171,
            "stop": 874678523
        },
        {
            "start": 874678557,
            "stop": 874678609
        },
        {
            "start": 874678643,
            "stop": 874678712
        },
        {
            "start": 874679051,
            "stop": 874679165
        },
        {
            "start": 874679199,
            "stop": 874679269
        },
        {
            "start": 874679303,
            "stop": 874679363
        },
        {
            "start": 874679397,
            "stop": 874679730
        },
        {
            "start": 874679764,
            "stop": 874680090
        },
        {
            "start": 874680097,
            "stop": 874680144
        },
        {
            "start": 874680151,
            "stop": 874680885
        },
        {
            "start": 874680937,
            "stop": 874681615
        },
        {
            "start": 874681650,
            "stop": 874681734
        },
        {
            "start": 874681770,
            "stop": 874682020
        },
        {
            "start": 874682058,
            "stop": 874682176
        },
        {
            "start": 874682210,
            "stop": 874682253
        },
        {
            "start": 874682287,
            "stop": 874682410
        },
        {
            "start": 874682417,
            "stop": 874682678
        },
        {
            "start": 874682796,
            "stop": 874683089
        },
        {
            "start": 874683171,
            "stop": 874683421
        },
        {
            "start": 874683594,
            "stop": 874683601
        }
    ]
}