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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=60",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 61,
    "results": [
        {
            "start": 931396119,
            "stop": 931396135
        },
        {
            "start": 931396147,
            "stop": 931396153
        },
        {
            "start": 931396161,
            "stop": 931396298
        },
        {
            "start": 931396304,
            "stop": 931396315
        },
        {
            "start": 931396321,
            "stop": 931396348
        },
        {
            "start": 931396353,
            "stop": 931396570
        },
        {
            "start": 931396575,
            "stop": 931396597
        },
        {
            "start": 931396607,
            "stop": 931396628
        },
        {
            "start": 931396634,
            "stop": 931396688
        },
        {
            "start": 931396693,
            "stop": 931396776
        },
        {
            "start": 931396781,
            "stop": 931396850
        },
        {
            "start": 931396856,
            "stop": 931396944
        },
        {
            "start": 931396949,
            "stop": 931397067
        },
        {
            "start": 931397072,
            "stop": 931397091
        },
        {
            "start": 931397103,
            "stop": 931397107
        },
        {
            "start": 931397117,
            "stop": 931397318
        },
        {
            "start": 931397324,
            "stop": 931397333
        },
        {
            "start": 931397339,
            "stop": 931397345
        },
        {
            "start": 931397351,
            "stop": 931397479
        },
        {
            "start": 931397484,
            "stop": 931397591
        }
    ]
}