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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=279",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 280,
    "results": [
        {
            "start": 820570481,
            "stop": 820571896
        },
        {
            "start": 820571899,
            "stop": 820571903
        },
        {
            "start": 820571906,
            "stop": 820571938
        },
        {
            "start": 820571941,
            "stop": 820572200
        },
        {
            "start": 820572320,
            "stop": 820573639
        },
        {
            "start": 820573642,
            "stop": 820573760
        },
        {
            "start": 820573792,
            "stop": 820574300
        },
        {
            "start": 820574303,
            "stop": 820574306
        },
        {
            "start": 820574309,
            "stop": 820574453
        },
        {
            "start": 820574457,
            "stop": 820574765
        },
        {
            "start": 820574769,
            "stop": 820575353
        },
        {
            "start": 820575356,
            "stop": 820576096
        },
        {
            "start": 820576128,
            "stop": 820577201
        },
        {
            "start": 820577204,
            "stop": 820577760
        },
        {
            "start": 820577821,
            "stop": 820578681
        },
        {
            "start": 820578684,
            "stop": 820578842
        },
        {
            "start": 820578846,
            "stop": 820580380
        },
        {
            "start": 820580383,
            "stop": 820580670
        },
        {
            "start": 820580673,
            "stop": 820580879
        },
        {
            "start": 820580882,
            "stop": 820582126
        }
    ]
}