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_CAT3/segments?format=api&page=123
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=124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=122",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 123,
    "results": [
        {
            "start": 931789790,
            "stop": 931789802
        },
        {
            "start": 931789805,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931793524
        },
        {
            "start": 931793529,
            "stop": 931794819
        },
        {
            "start": 931794821,
            "stop": 931795039
        },
        {
            "start": 931795041,
            "stop": 931795215
        },
        {
            "start": 931806644,
            "stop": 931806735
        },
        {
            "start": 931806753,
            "stop": 931806830
        },
        {
            "start": 931806832,
            "stop": 931807073
        },
        {
            "start": 931807075,
            "stop": 931807077
        },
        {
            "start": 931811212,
            "stop": 931811367
        },
        {
            "start": 931811369,
            "stop": 931811695
        },
        {
            "start": 931814270,
            "stop": 931815206
        },
        {
            "start": 931815209,
            "stop": 931815217
        },
        {
            "start": 931815220,
            "stop": 931815475
        },
        {
            "start": 931815479,
            "stop": 931815786
        },
        {
            "start": 931815789,
            "stop": 931816074
        },
        {
            "start": 931817175,
            "stop": 931817412
        },
        {
            "start": 931817415,
            "stop": 931817709
        },
        {
            "start": 931817713,
            "stop": 931817720
        }
    ]
}