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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=5",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 6,
    "results": [
        {
            "start": 931159981,
            "stop": 931159982
        },
        {
            "start": 931160018,
            "stop": 931160019
        },
        {
            "start": 931160045,
            "stop": 931160048
        },
        {
            "start": 931160166,
            "stop": 931160182
        },
        {
            "start": 931160208,
            "stop": 931160209
        },
        {
            "start": 931160216,
            "stop": 931160229
        },
        {
            "start": 931160257,
            "stop": 931160265
        },
        {
            "start": 931160272,
            "stop": 931160285
        },
        {
            "start": 931160297,
            "stop": 931160299
        },
        {
            "start": 931160308,
            "stop": 931160313
        },
        {
            "start": 931160325,
            "stop": 931160330
        },
        {
            "start": 931160349,
            "stop": 931160350
        },
        {
            "start": 931160357,
            "stop": 931160360
        },
        {
            "start": 931160367,
            "stop": 931160371
        },
        {
            "start": 931160379,
            "stop": 931160383
        },
        {
            "start": 931160401,
            "stop": 931160403
        },
        {
            "start": 931160443,
            "stop": 931160445
        },
        {
            "start": 931160468,
            "stop": 931160470
        },
        {
            "start": 931160506,
            "stop": 931160508
        },
        {
            "start": 931160529,
            "stop": 931160537
        }
    ]
}