Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=68",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 69,
    "results": [
        {
            "start": 816222230,
            "stop": 816222567
        },
        {
            "start": 816222571,
            "stop": 816222579
        },
        {
            "start": 816222583,
            "stop": 816222788
        },
        {
            "start": 816222791,
            "stop": 816222842
        },
        {
            "start": 816222846,
            "stop": 816223265
        },
        {
            "start": 816223268,
            "stop": 816223500
        },
        {
            "start": 816223503,
            "stop": 816223645
        },
        {
            "start": 816223649,
            "stop": 816223900
        },
        {
            "start": 816223903,
            "stop": 816224067
        },
        {
            "start": 816224070,
            "stop": 816224133
        },
        {
            "start": 816224136,
            "stop": 816224233
        },
        {
            "start": 816224264,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816225725
        },
        {
            "start": 816225728,
            "stop": 816225784
        },
        {
            "start": 816225787,
            "stop": 816225863
        },
        {
            "start": 816225866,
            "stop": 816226157
        },
        {
            "start": 816226161,
            "stop": 816226185
        },
        {
            "start": 816226188,
            "stop": 816226204
        },
        {
            "start": 816226208,
            "stop": 816226272
        },
        {
            "start": 816226275,
            "stop": 816226329
        }
    ]
}