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=596
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=597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=595",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 596,
    "results": [
        {
            "start": 842901356,
            "stop": 842902072
        },
        {
            "start": 842902077,
            "stop": 842902405
        },
        {
            "start": 842902412,
            "stop": 842902572
        },
        {
            "start": 842902579,
            "stop": 842902581
        },
        {
            "start": 842902589,
            "stop": 842907864
        },
        {
            "start": 842908750,
            "stop": 842909214
        },
        {
            "start": 842909219,
            "stop": 842911015
        },
        {
            "start": 842912618,
            "stop": 842912817
        },
        {
            "start": 842912822,
            "stop": 842912906
        },
        {
            "start": 842912911,
            "stop": 842913341
        },
        {
            "start": 842913346,
            "stop": 842913349
        },
        {
            "start": 842913354,
            "stop": 842913592
        },
        {
            "start": 842913600,
            "stop": 842913610
        },
        {
            "start": 842913621,
            "stop": 842913644
        },
        {
            "start": 842913651,
            "stop": 842913653
        },
        {
            "start": 842913660,
            "stop": 842913670
        },
        {
            "start": 842913675,
            "stop": 842913768
        },
        {
            "start": 842913774,
            "stop": 842913837
        },
        {
            "start": 842913844,
            "stop": 842913984
        },
        {
            "start": 842913989,
            "stop": 842914194
        }
    ]
}