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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=874",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=872",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 873,
    "results": [
        {
            "start": 967476197,
            "stop": 967476261
        },
        {
            "start": 967478463,
            "stop": 967489580
        },
        {
            "start": 967489965,
            "stop": 967490503
        },
        {
            "start": 967491264,
            "stop": 967548921
        },
        {
            "start": 967563170,
            "stop": 967568587
        },
        {
            "start": 967584793,
            "stop": 967589273
        },
        {
            "start": 967589523,
            "stop": 967603989
        },
        {
            "start": 967604075,
            "stop": 967645738
        },
        {
            "start": 967647323,
            "stop": 967663699
        },
        {
            "start": 967665633,
            "stop": 967682457
        },
        {
            "start": 967683474,
            "stop": 967726895
        },
        {
            "start": 967726901,
            "stop": 967731390
        },
        {
            "start": 967731396,
            "stop": 967731412
        },
        {
            "start": 967733653,
            "stop": 967762194
        },
        {
            "start": 967764815,
            "stop": 967776229
        },
        {
            "start": 967778385,
            "stop": 967786523
        },
        {
            "start": 967786529,
            "stop": 967789881
        },
        {
            "start": 967790621,
            "stop": 967812355
        },
        {
            "start": 967812360,
            "stop": 967813310
        },
        {
            "start": 967815623,
            "stop": 967850981
        }
    ]
}