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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5141",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5142,
    "results": [
        {
            "start": 874753573,
            "stop": 874753600
        },
        {
            "start": 874753619,
            "stop": 874753636
        },
        {
            "start": 874753655,
            "stop": 874753720
        },
        {
            "start": 874753739,
            "stop": 874753747
        },
        {
            "start": 874753771,
            "stop": 874753867
        },
        {
            "start": 874753891,
            "stop": 874754098
        },
        {
            "start": 874754121,
            "stop": 874754187
        },
        {
            "start": 874754208,
            "stop": 874754330
        },
        {
            "start": 874754349,
            "stop": 874754562
        },
        {
            "start": 874754581,
            "stop": 874754626
        },
        {
            "start": 874754645,
            "stop": 874754667
        },
        {
            "start": 874754686,
            "stop": 874754781
        },
        {
            "start": 874754805,
            "stop": 874754809
        },
        {
            "start": 874754829,
            "stop": 874754855
        },
        {
            "start": 874754892,
            "stop": 874754930
        },
        {
            "start": 874754976,
            "stop": 874754988
        },
        {
            "start": 874755018,
            "stop": 874755123
        },
        {
            "start": 874755142,
            "stop": 874755543
        },
        {
            "start": 874755562,
            "stop": 874755573
        },
        {
            "start": 874755592,
            "stop": 874755784
        }
    ]
}