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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=26",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 27,
    "results": [
        {
            "start": 931187922,
            "stop": 931188024
        },
        {
            "start": 931188030,
            "stop": 931188039
        },
        {
            "start": 931188048,
            "stop": 931188054
        },
        {
            "start": 931188059,
            "stop": 931188153
        },
        {
            "start": 931188162,
            "stop": 931188164
        },
        {
            "start": 931188177,
            "stop": 931188197
        },
        {
            "start": 931188206,
            "stop": 931188211
        },
        {
            "start": 931188223,
            "stop": 931188260
        },
        {
            "start": 931188266,
            "stop": 931188277
        },
        {
            "start": 931188283,
            "stop": 931188286
        },
        {
            "start": 931188291,
            "stop": 931188315
        },
        {
            "start": 931188322,
            "stop": 931188339
        },
        {
            "start": 931188348,
            "stop": 931188376
        },
        {
            "start": 931188381,
            "stop": 931188395
        },
        {
            "start": 931188400,
            "stop": 931188403
        },
        {
            "start": 931188410,
            "stop": 931188426
        },
        {
            "start": 931188434,
            "stop": 931188490
        },
        {
            "start": 931188496,
            "stop": 931188498
        },
        {
            "start": 931188503,
            "stop": 931188516
        },
        {
            "start": 931188521,
            "stop": 931188522
        }
    ]
}