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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=10",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 11,
    "results": [
        {
            "start": 815236608,
            "stop": 815236870
        },
        {
            "start": 815236877,
            "stop": 815237054
        },
        {
            "start": 815237061,
            "stop": 815237374
        },
        {
            "start": 815237382,
            "stop": 815237441
        },
        {
            "start": 815237452,
            "stop": 815237457
        },
        {
            "start": 815237460,
            "stop": 815237466
        },
        {
            "start": 815237473,
            "stop": 815237478
        },
        {
            "start": 815237482,
            "stop": 815237492
        },
        {
            "start": 815237500,
            "stop": 815237589
        },
        {
            "start": 815237593,
            "stop": 815237604
        },
        {
            "start": 815237607,
            "stop": 815237633
        },
        {
            "start": 815237647,
            "stop": 815237663
        },
        {
            "start": 815237666,
            "stop": 815237817
        },
        {
            "start": 815237826,
            "stop": 815237872
        },
        {
            "start": 815237879,
            "stop": 815237964
        },
        {
            "start": 815237971,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815238251
        },
        {
            "start": 815238258,
            "stop": 815238491
        },
        {
            "start": 815238499,
            "stop": 815238707
        },
        {
            "start": 815238714,
            "stop": 815238770
        }
    ]
}