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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=7",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 8,
    "results": [
        {
            "start": 931160162,
            "stop": 931160182
        },
        {
            "start": 931160185,
            "stop": 931160186
        },
        {
            "start": 931160188,
            "stop": 931160191
        },
        {
            "start": 931160200,
            "stop": 931160201
        },
        {
            "start": 931160204,
            "stop": 931160209
        },
        {
            "start": 931160212,
            "stop": 931160229
        },
        {
            "start": 931160232,
            "stop": 931160233
        },
        {
            "start": 931160236,
            "stop": 931160239
        },
        {
            "start": 931160245,
            "stop": 931160249
        },
        {
            "start": 931160253,
            "stop": 931160265
        },
        {
            "start": 931160268,
            "stop": 931160285
        },
        {
            "start": 931160293,
            "stop": 931160299
        },
        {
            "start": 931160304,
            "stop": 931160313
        },
        {
            "start": 931160315,
            "stop": 931160317
        },
        {
            "start": 931160321,
            "stop": 931160330
        },
        {
            "start": 931160336,
            "stop": 931160337
        },
        {
            "start": 931160340,
            "stop": 931160342
        },
        {
            "start": 931160345,
            "stop": 931160350
        },
        {
            "start": 931160353,
            "stop": 931160360
        },
        {
            "start": 931160363,
            "stop": 931160371
        }
    ]
}