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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=240",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 241,
    "results": [
        {
            "start": 934509837,
            "stop": 934513342
        },
        {
            "start": 934513345,
            "stop": 934513373
        },
        {
            "start": 934513377,
            "stop": 934513391
        },
        {
            "start": 934513393,
            "stop": 934513418
        },
        {
            "start": 934513420,
            "stop": 934513426
        },
        {
            "start": 934513428,
            "stop": 934513442
        },
        {
            "start": 934513446,
            "stop": 934516067
        },
        {
            "start": 934518086,
            "stop": 934520558
        },
        {
            "start": 934520560,
            "stop": 934520564
        },
        {
            "start": 934520566,
            "stop": 934520583
        },
        {
            "start": 934520585,
            "stop": 934520609
        },
        {
            "start": 934520611,
            "stop": 934520615
        },
        {
            "start": 934520617,
            "stop": 934520632
        },
        {
            "start": 934520636,
            "stop": 934524167
        },
        {
            "start": 934524170,
            "stop": 934524184
        },
        {
            "start": 934524188,
            "stop": 934524211
        },
        {
            "start": 934524214,
            "stop": 934524218
        },
        {
            "start": 934524220,
            "stop": 934524234
        },
        {
            "start": 934524238,
            "stop": 934527755
        },
        {
            "start": 934527757,
            "stop": 934527758
        }
    ]
}