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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 159,
    "results": [
        {
            "start": 1239809500,
            "stop": 1239810315
        },
        {
            "start": 1239810316,
            "stop": 1239810645
        },
        {
            "start": 1239810647,
            "stop": 1239810930
        },
        {
            "start": 1239810931,
            "stop": 1239810932
        },
        {
            "start": 1239810933,
            "stop": 1239811005
        },
        {
            "start": 1239811006,
            "stop": 1239811007
        },
        {
            "start": 1239811008,
            "stop": 1239811522
        },
        {
            "start": 1239811523,
            "stop": 1239811735
        },
        {
            "start": 1239811736,
            "stop": 1239811737
        },
        {
            "start": 1239811739,
            "stop": 1239812513
        },
        {
            "start": 1239812517,
            "stop": 1239812776
        },
        {
            "start": 1239812779,
            "stop": 1239812913
        },
        {
            "start": 1239812914,
            "stop": 1239812917
        },
        {
            "start": 1239812918,
            "stop": 1239813149
        },
        {
            "start": 1239813150,
            "stop": 1239813468
        },
        {
            "start": 1239813469,
            "stop": 1239813471
        },
        {
            "start": 1239813472,
            "stop": 1239813651
        },
        {
            "start": 1239813654,
            "stop": 1239813777
        },
        {
            "start": 1239813779,
            "stop": 1239813835
        },
        {
            "start": 1239813837,
            "stop": 1239813853
        }
    ]
}