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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=179",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 180,
    "results": [
        {
            "start": 821652576,
            "stop": 821652581
        },
        {
            "start": 821652587,
            "stop": 821652591
        },
        {
            "start": 821652594,
            "stop": 821652603
        },
        {
            "start": 821652606,
            "stop": 821652615
        },
        {
            "start": 821652618,
            "stop": 821652649
        },
        {
            "start": 821652652,
            "stop": 821652657
        },
        {
            "start": 821652660,
            "stop": 821652665
        },
        {
            "start": 821652668,
            "stop": 821652669
        },
        {
            "start": 821652672,
            "stop": 821652674
        },
        {
            "start": 821652677,
            "stop": 821652678
        },
        {
            "start": 821652681,
            "stop": 821652683
        },
        {
            "start": 821652686,
            "stop": 821652694
        },
        {
            "start": 821652700,
            "stop": 821652703
        },
        {
            "start": 821652706,
            "stop": 821652715
        },
        {
            "start": 821652718,
            "stop": 821652726
        },
        {
            "start": 821652729,
            "stop": 821652768
        },
        {
            "start": 821652771,
            "stop": 821652775
        },
        {
            "start": 821652779,
            "stop": 821652785
        },
        {
            "start": 821652792,
            "stop": 821652793
        },
        {
            "start": 821652796,
            "stop": 821652805
        }
    ]
}