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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=267",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 268,
    "results": [
        {
            "start": 864651011,
            "stop": 864651036
        },
        {
            "start": 864651213,
            "stop": 864659226
        },
        {
            "start": 864659373,
            "stop": 864661881
        },
        {
            "start": 864663701,
            "stop": 864663907
        },
        {
            "start": 864663959,
            "stop": 864668248
        },
        {
            "start": 864668423,
            "stop": 864669109
        },
        {
            "start": 864669279,
            "stop": 864669694
        },
        {
            "start": 864669819,
            "stop": 864670344
        },
        {
            "start": 864671842,
            "stop": 864676418
        },
        {
            "start": 864677392,
            "stop": 864679795
        },
        {
            "start": 864679865,
            "stop": 864722849
        },
        {
            "start": 864724968,
            "stop": 864725931
        },
        {
            "start": 864726044,
            "stop": 864727684
        },
        {
            "start": 864728248,
            "stop": 864742157
        },
        {
            "start": 864744681,
            "stop": 864744810
        },
        {
            "start": 864744907,
            "stop": 864745548
        },
        {
            "start": 864745689,
            "stop": 864750130
        },
        {
            "start": 864752870,
            "stop": 864754603
        },
        {
            "start": 864754659,
            "stop": 864756977
        },
        {
            "start": 864757111,
            "stop": 864758530
        }
    ]
}