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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=67",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 68,
    "results": [
        {
            "start": 931401780,
            "stop": 931401789
        },
        {
            "start": 931401795,
            "stop": 931401855
        },
        {
            "start": 931401861,
            "stop": 931401868
        },
        {
            "start": 931401873,
            "stop": 931401902
        },
        {
            "start": 931401908,
            "stop": 931401954
        },
        {
            "start": 931401961,
            "stop": 931401994
        },
        {
            "start": 931402001,
            "stop": 931402016
        },
        {
            "start": 931402026,
            "stop": 931402038
        },
        {
            "start": 931402043,
            "stop": 931402071
        },
        {
            "start": 931402080,
            "stop": 931402100
        },
        {
            "start": 931402106,
            "stop": 931402162
        },
        {
            "start": 931402173,
            "stop": 931402195
        },
        {
            "start": 931402201,
            "stop": 931402218
        },
        {
            "start": 931402226,
            "stop": 931402244
        },
        {
            "start": 931402250,
            "stop": 931402301
        },
        {
            "start": 931402306,
            "stop": 931402372
        },
        {
            "start": 931402381,
            "stop": 931402417
        },
        {
            "start": 931402429,
            "stop": 931402435
        },
        {
            "start": 931402441,
            "stop": 931402457
        },
        {
            "start": 931402463,
            "stop": 931402490
        }
    ]
}