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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=18",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 19,
    "results": [
        {
            "start": 815304716,
            "stop": 815304733
        },
        {
            "start": 815306243,
            "stop": 815306268
        },
        {
            "start": 815306297,
            "stop": 815306384
        },
        {
            "start": 815306414,
            "stop": 815306451
        },
        {
            "start": 815307250,
            "stop": 815307313
        },
        {
            "start": 815308063,
            "stop": 815308064
        },
        {
            "start": 815310056,
            "stop": 815311183
        },
        {
            "start": 815311364,
            "stop": 815311437
        },
        {
            "start": 815311440,
            "stop": 815312232
        },
        {
            "start": 815312239,
            "stop": 815312457
        },
        {
            "start": 815312465,
            "stop": 815312515
        },
        {
            "start": 815312522,
            "stop": 815312626
        },
        {
            "start": 815312633,
            "stop": 815313010
        },
        {
            "start": 815313018,
            "stop": 815313097
        },
        {
            "start": 815313104,
            "stop": 815313313
        },
        {
            "start": 815313998,
            "stop": 815314034
        },
        {
            "start": 815314038,
            "stop": 815314549
        },
        {
            "start": 815314579,
            "stop": 815314604
        },
        {
            "start": 815314611,
            "stop": 815314671
        },
        {
            "start": 815314678,
            "stop": 815314868
        }
    ]
}