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=892
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=893",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=891",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 892,
    "results": [
        {
            "start": 970808494,
            "stop": 970827423
        },
        {
            "start": 970843369,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970886821
        },
        {
            "start": 970887879,
            "stop": 970895365
        },
        {
            "start": 970895371,
            "stop": 970896424
        },
        {
            "start": 970896430,
            "stop": 970900988
        },
        {
            "start": 970902319,
            "stop": 970923181
        },
        {
            "start": 970952365,
            "stop": 970959846
        },
        {
            "start": 970959852,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971363
        },
        {
            "start": 970973469,
            "stop": 971014179
        },
        {
            "start": 971015969,
            "stop": 971019147
        },
        {
            "start": 971020528,
            "stop": 971031722
        },
        {
            "start": 971033483,
            "stop": 971036166
        },
        {
            "start": 971070670,
            "stop": 971072650
        },
        {
            "start": 971072656,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971076631
        },
        {
            "start": 971076637,
            "stop": 971089173
        },
        {
            "start": 971089179,
            "stop": 971096310
        },
        {
            "start": 971100276,
            "stop": 971102877
        }
    ]
}