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_CAT2/segments?format=api&page=600
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=601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=599",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 600,
    "results": [
        {
            "start": 843507074,
            "stop": 843507444
        },
        {
            "start": 843508022,
            "stop": 843510648
        },
        {
            "start": 843511675,
            "stop": 843512823
        },
        {
            "start": 843514250,
            "stop": 843514488
        },
        {
            "start": 843514493,
            "stop": 843514503
        },
        {
            "start": 843515186,
            "stop": 843526539
        },
        {
            "start": 843526544,
            "stop": 843571120
        },
        {
            "start": 843573074,
            "stop": 843590003
        },
        {
            "start": 843592108,
            "stop": 843593888
        },
        {
            "start": 843593895,
            "stop": 843603265
        },
        {
            "start": 843603271,
            "stop": 843604915
        },
        {
            "start": 843606484,
            "stop": 843635630
        },
        {
            "start": 843642345,
            "stop": 843642860
        },
        {
            "start": 843644386,
            "stop": 843644530
        },
        {
            "start": 843646018,
            "stop": 843656400
        },
        {
            "start": 843656405,
            "stop": 843656416
        },
        {
            "start": 843656421,
            "stop": 843656423
        },
        {
            "start": 843657475,
            "stop": 843664205
        },
        {
            "start": 843664212,
            "stop": 843666111
        },
        {
            "start": 843666116,
            "stop": 843669518
        }
    ]
}