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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=305",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 306,
    "results": [
        {
            "start": 935500412,
            "stop": 935500424
        },
        {
            "start": 935500427,
            "stop": 935500439
        },
        {
            "start": 935500442,
            "stop": 935500455
        },
        {
            "start": 935500457,
            "stop": 935500469
        },
        {
            "start": 935500472,
            "stop": 935500940
        },
        {
            "start": 935502150,
            "stop": 935502317
        },
        {
            "start": 935502319,
            "stop": 935503200
        },
        {
            "start": 935503202,
            "stop": 935503215
        },
        {
            "start": 935503455,
            "stop": 935505136
        },
        {
            "start": 935505138,
            "stop": 935506815
        },
        {
            "start": 935506995,
            "stop": 935507071
        },
        {
            "start": 935507074,
            "stop": 935510415
        },
        {
            "start": 935510595,
            "stop": 935511452
        },
        {
            "start": 935511454,
            "stop": 935514015
        },
        {
            "start": 935514195,
            "stop": 935515156
        },
        {
            "start": 935515159,
            "stop": 935515336
        },
        {
            "start": 935515339,
            "stop": 935517438
        },
        {
            "start": 935557148,
            "stop": 935557215
        },
        {
            "start": 935557395,
            "stop": 935557525
        },
        {
            "start": 935557528,
            "stop": 935557556
        }
    ]
}