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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5308",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5309,
    "results": [
        {
            "start": 970761461,
            "stop": 970761839
        },
        {
            "start": 970761842,
            "stop": 970761930
        },
        {
            "start": 970761933,
            "stop": 970761971
        },
        {
            "start": 970761974,
            "stop": 970762203
        },
        {
            "start": 970762206,
            "stop": 970762261
        },
        {
            "start": 970762264,
            "stop": 970762297
        },
        {
            "start": 970762301,
            "stop": 970762349
        },
        {
            "start": 970762353,
            "stop": 970762429
        },
        {
            "start": 970762432,
            "stop": 970762452
        },
        {
            "start": 970762455,
            "stop": 970762671
        },
        {
            "start": 970762674,
            "stop": 970762721
        },
        {
            "start": 970762724,
            "stop": 970762821
        },
        {
            "start": 970762824,
            "stop": 970762826
        },
        {
            "start": 970762829,
            "stop": 970762861
        },
        {
            "start": 970762864,
            "stop": 970762983
        },
        {
            "start": 970762986,
            "stop": 970763164
        },
        {
            "start": 970763167,
            "stop": 970763170
        },
        {
            "start": 970763176,
            "stop": 970763196
        },
        {
            "start": 970763784,
            "stop": 970764020
        },
        {
            "start": 970764037,
            "stop": 970764561
        }
    ]
}