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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=254",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 255,
    "results": [
        {
            "start": 934754536,
            "stop": 934754563
        },
        {
            "start": 934754568,
            "stop": 934754583
        },
        {
            "start": 934754585,
            "stop": 934754609
        },
        {
            "start": 934754611,
            "stop": 934754615
        },
        {
            "start": 934754617,
            "stop": 934754630
        },
        {
            "start": 934754634,
            "stop": 934756294
        },
        {
            "start": 934756300,
            "stop": 934758153
        },
        {
            "start": 934758155,
            "stop": 934758156
        },
        {
            "start": 934758158,
            "stop": 934758163
        },
        {
            "start": 934758165,
            "stop": 934758181
        },
        {
            "start": 934758184,
            "stop": 934758208
        },
        {
            "start": 934758210,
            "stop": 934758214
        },
        {
            "start": 934758216,
            "stop": 934758230
        },
        {
            "start": 934758234,
            "stop": 934759641
        },
        {
            "start": 934761553,
            "stop": 934761753
        },
        {
            "start": 934761756,
            "stop": 934761765
        },
        {
            "start": 934761768,
            "stop": 934761781
        },
        {
            "start": 934761786,
            "stop": 934761809
        },
        {
            "start": 934761812,
            "stop": 934761816
        },
        {
            "start": 934761819,
            "stop": 934761832
        }
    ]
}