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=5019
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=5020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5018",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5019,
    "results": [
        {
            "start": 874556497,
            "stop": 874556519
        },
        {
            "start": 874556526,
            "stop": 874556588
        },
        {
            "start": 874556596,
            "stop": 874556640
        },
        {
            "start": 874556651,
            "stop": 874556691
        },
        {
            "start": 874556698,
            "stop": 874556712
        },
        {
            "start": 874556719,
            "stop": 874556723
        },
        {
            "start": 874556730,
            "stop": 874556731
        },
        {
            "start": 874556738,
            "stop": 874556789
        },
        {
            "start": 874556796,
            "stop": 874556805
        },
        {
            "start": 874556812,
            "stop": 874556852
        },
        {
            "start": 874556859,
            "stop": 874556866
        },
        {
            "start": 874556873,
            "stop": 874556903
        },
        {
            "start": 874556910,
            "stop": 874556936
        },
        {
            "start": 874556943,
            "stop": 874556962
        },
        {
            "start": 874556969,
            "stop": 874556985
        },
        {
            "start": 874556992,
            "stop": 874557008
        },
        {
            "start": 874557015,
            "stop": 874557072
        },
        {
            "start": 874557084,
            "stop": 874557087
        },
        {
            "start": 874557095,
            "stop": 874557135
        },
        {
            "start": 874557142,
            "stop": 874557145
        }
    ]
}